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