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