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