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