Type alias ContextJson

ContextJson: {
    children: ({
        condition: ContextConditionJson;
        context: ContextJson;
        type: "condition";
    } | {
        type: "use";
    } | {
        type: "action";
    })[];
}

Type declaration

  • children: ({
        condition: ContextConditionJson;
        context: ContextJson;
        type: "condition";
    } | {
        type: "use";
    } | {
        type: "action";
    })[]

Generated using TypeDoc