Sanity Library Reference Docs
    Preparing search index...

    Interface SanityProjectionsByResource

    The projection registry as seen from @sanity/client. Inherits every resource registered on the global SanityProjectionsByResource, and also accepts a module augmentation.

    interface SanityProjectionsByResource {
        "packaging1.test": { author: { "{name}": AuthorNameResult } };
        "ppsg7ml5.test": { author: { "{name}": AuthorNameProjectionResult } };
    }

    Hierarchy

    • SanityProjectionsByResource
      • SanityProjectionsByResource
    Index

    Properties

    "packaging1.test": { author: { "{name}": AuthorNameResult } }
    "ppsg7ml5.test": { author: { "{name}": AuthorNameProjectionResult } }