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