liudong
2024-07-31 57484db5bf9929178cf215933ff2c9ffb28aa006
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}