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