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
| Name | Required | Type | Description |
|---|---|---|---|
api | Required | API | |
client | Required | CLIENT | |
config | Required | CONFIG |