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