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