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