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