export interface QuestionCategory { _id: string; name: string; isActive?: boolean; modifiedAt?: string; createdAt?: string; }