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