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