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