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