Alokai

WrappedClient

Wrapped client type with double-wrap prevention marker

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

Referenced Types

On this page