import { IQuestionKeys } from './IQuestionKeys'; export interface IQuestions { QuestionId ?: number; QuestionAnswerTypesId ?: number; PhaseId ?: number; Title ?: string; Description ?: string; QuestionKeyList ?: IQuestionKeys[]; }