liudong
2024-08-22 20cbceb814b8c15ffb88783a132ff0e33a5b2570
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}