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