Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

IntegrationContext

export interface IntegrationContext<CLIENT = any, CONFIG = any, API = any> {
	api: API;
	client: CLIENT;
	config: CONFIG;
}

Properties

NameRequiredTypeDescription
apiRequiredAPI
clientRequiredCLIENT
configRequiredCONFIG

On this page