liudong
2024-07-30 8b58e8072786e1b635128b8ee8b6b663f131d959
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}