liudong
2024-08-05 0448d7ffb98c5f4089ac00278427277ef0215a9d
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}