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