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