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