export class Audit { public accountId: number; public createdAt: Date; public createdBy: string; public updatedAt: Date; public updatedBy: string; }