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