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