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