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