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