Type alias QuestionnaireQuestionWithAnswer

QuestionnaireQuestionWithAnswer: {
    description: string;
    id: number;
    note: string | null;
    rate: number | null;
    title: string;
    type: QuestionnaireType;
}

Type declaration

  • description: string
  • id: number
  • note: string | null
  • rate: number | null
  • title: string
  • type: QuestionnaireType

Generated using TypeDoc