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