Type Alias SanityDocumentStub<T>

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

Type Parameters

  • T extends Record<string, Any> = Record<string, Any>