Sanity Library Reference Docs
    Preparing search index...
    DescribedClause:
        | {
            items: DescribedClause[];
            kind: "group";
            label: InsightPhrase;
            op: "all"
            | "any";
        }
        | {
            fallback: boolean;
            groq: string;
            kind: "item";
            outcome: ConditionOutcome;
            phrase: InsightPhrase;
        }