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