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