Type alias ClamavVirusScan

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

Generated using TypeDoc