Alokai

ApiMethods

ApiMethods type of the Contentstack integration.

type ApiMethods = {
  getContent(context: ContentstackIntegrationContext, params: GetContentParams): Promise<any>;
};

Referenced Types

On this page