liudong
2024-07-30 8b58e2d0c4cf9db301f17f4456b899183fca86b9
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}