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