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