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