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