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