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