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