Sanity App SDK
    Preparing search index...

    Type Alias JsonMatch<TDocument, TPath>Beta

    JsonMatch: DeepGet<TDocument, PathParts<TPath>>

    Given a document type TDocument and a JSON Match path string TPath, compute the type found at that path.

    Type Parameters

    • TDocument
    • TPath extends string