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