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