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