Alokai

SDKConfig

SDKConfig represents the configuration and the API of the SDK.

type SDKConfig = Readonly<Record<string, Extension<Module>> & Record<string, Module>>;

Referenced Types

On this page