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