export interface VirusScan { _id: string; accountId: string; healthFundId: string; businessId: string; s3Bucket: string; s3Key: string; antiVirusStatus: string; antiVirusTimestamp: string; viruses: string[]; created: string; modified: string; }