WrappedClient
Wrapped client type with double-wrap prevention marker
type WrappedClient = StoryblokClient & {
[WRAPPED_SYMBOL]?: true;
};Wrapped client type with double-wrap prevention marker
type WrappedClient = StoryblokClient & {
[WRAPPED_SYMBOL]?: true;
};