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