Alokai

Integrations

type Integrations<TIntegrationsContext extends TObject = TObject> = { [IntegrationCode in keyof TIntegrationsContext]: IntegrationCode extends string ? Integration<TIntegrationsContext[IntegrationCode]["config"], TIntegrationsContext[IntegrationCode]["api"], TIntegrationsContext[IntegrationCode]> : never };

Referenced Types

On this page