ClientContext
interface ClientContext<CLIENT = any, CONFIG = any> {
client: CLIENT;
config: CONFIG;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
client | Required | CLIENT | |
config | Required | CONFIG |
interface ClientContext<CLIENT = any, CONFIG = any> {
client: CLIENT;
config: CONFIG;
}| Name | Required | Type | Description |
|---|---|---|---|
client | Required | CLIENT | |
config | Required | CONFIG |