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