cyoa-core
    Preparing search index...

    Interface Choice

    interface Choice {
        condition?: ConditionExpr;
        effects?: Effect[];
        target: string;
        text: string;
    }
    Index
    condition?: ConditionExpr
    effects?: Effect[]
    target: string
    text: string