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