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