Sanity Library Reference Docs
    Preparing search index...
    interface DefinitionConditionSite {
        address: DefinitionSiteAddress;
        condition: string;
        stage?: string;
    }
    Index

    Properties

    condition: string
    stage?: string

    The stage the condition applies in; absent only for author predicates.