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