export interface AuditingInformation { createdBy: string; modifiedBy: string; createdAt: Date; modifiedAt: Date; deletedAt?: Date; }