Type alias ClamavVirusScan

ClamavVirusScan: AddonData<{
    infected: boolean;
    infected_with: string;
}>

Type declaration

  • infected: boolean
  • infected_with: string

Generated using TypeDoc