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