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