SDKConfig
SDKConfig represents the configuration and the API of the SDK.
type SDKConfig = Readonly<Record<string, Extension<Module>> & Record<string, Module>>;SDKConfig represents the configuration and the API of the SDK.
type SDKConfig = Readonly<Record<string, Extension<Module>> & Record<string, Module>>;