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