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