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