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