A subset type that's compatible with most SanityClient typings,
this makes it easier to use this package in libraries that may use import type { SanityClient } from 'sanity'
as well as those that use import type { SanityClient } from '@sanity/client'
A subset type that's compatible with most SanityClient typings, this makes it easier to use this package in libraries that may use
import type { SanityClient } from 'sanity'
as well as those that useimport type { SanityClient } from '@sanity/client'