Calling SdkLoader.load() method it resolves a Promise.
On that clientSdk instance I would call the init and resign method.
But the interface is lacking the resign method
export default interface ClientSdk {
init(config: InitConfig): ClientSdkInstance
destroy(): void
}
Calling SdkLoader.load() method it resolves a Promise.
On that clientSdk instance I would call the init and resign method.
But the interface is lacking the resign method