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