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