liudong
2024-07-24 301b1a3bbc7e26e10d1118512cdd0226bd9c0b5f
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}