liudong
2024-08-16 532fea1fc92daa2765f2019ae379694fcdbe57e7
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}