Alokai

WrappedClient

Wrapped client type with double-wrap prevention marker

type WrappedClient = StoryblokClient & {
  [WRAPPED_SYMBOL]?: true;
};

Referenced Types

On this page