Sanity Library Reference Docs
    Preparing search index...
    InsightSite:
        | { kind: "transition"; transition: string }
        | { activity: string; kind: "activity-filter" }
        | { activity: string; kind: "requirement"; requirement: string }
        | { action: string; activity: string; kind: "action" }
        | { action: string; activity: string; kind: "action-when" }
        | {
            activity?: string;
            kind: "editable-field";
            name: string;
            scope: FieldScope;
        }

    Where a condition lives in the current stage — the address a consumer joins back onto the matching evaluation node.