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