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