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