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