interface IQuestion {
    id: string;
    nodeType: NodeType;
}

Properties

Properties

id: string
nodeType: NodeType

Generated using TypeDoc