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