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