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