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