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