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