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