export interface Audit { createdAt: Date; createdBy: string; updatedAt: Date; updatedBy: string; }