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