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