liudong
2024-08-24 9d5f55f5733a470cb59c5d7f06c0aeac36177cf9
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}