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