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