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