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