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