liudong
2024-08-07 e0219d2121732227922341fb3878e3a4d1b04d9d
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}