export type SchemaDocument = { _type: string; }; /** * Extracts the `_type` field from all documents */ export type ExtractDocumentTypes = Extract["_type"];