zhangxiao
2024-08-14 bccb3761922bf17482ed2311b1a2ce96e59ef23e
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}