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