zhangxiao
2024-08-09 4a44d15a71e053eb677deda3d384177967d30c4d
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}