Sanity Library Reference Docs
    Preparing search index...

    Type Alias SanityDocumentStub<T>

    SanityDocumentStub: { [P in keyof T]: T[P] } & { _type: string }

    Type Parameters