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