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