export interface QuestionTokenableNodeStructure {
    hasQuestionToken?: boolean;
}
