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