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