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