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