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