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