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