Sanity Library Reference Docs
    Preparing search index...

    Type Alias StudioPathLikeAlpha

    StudioPathLike: studioPath.Path | string

    Path syntax as used by the sanity package, you can give it a string: products[0].images[_key=="abc123"].asset._ref or an array: ['products', 0, 'images', {_key: 'abc123'}, 'asset', '_ref']