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