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