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