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