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