Sanity Library Reference Docs
    Preparing search index...
    Described: T extends FieldInsight
        ? FieldDescription
        : T extends ActivityEvaluation
            ? ActivityDescription
            : T extends ConditionInsight
            | TransitionEvaluation
                ? ConditionDescription
                : ConditionDescription | undefined

    The return shape describeNode owes each input — conditional on the node.

    Type Parameters