liudong
2024-08-03 6d453537c8acf92ea5d9decbf6744df07f00efb1
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}