Fetches data through the configured Sanity client and returns the result
together with the source map and cache tags that Sanity Live uses for
targeted revalidation.
Returned by defineLive({strict: false}) and defineLive({strict: undefined}).
Overloads brand data with stega string types when stega may be enabled
(stega: true, a non-literal boolean, or omitted). Literal stega: false
keeps clean TypeGen / ClientReturn types.
Fetches data through the configured Sanity client and returns the result together with the source map and cache tags that Sanity Live uses for targeted revalidation.
Returned by
defineLive({strict: false})anddefineLive({strict: undefined}).Overloads brand
datawith stega string types when stega may be enabled (stega: true, a non-literalboolean, or omitted). Literalstega: falsekeeps clean TypeGen / ClientReturn types.