Skip to content

The ClientSdk interface is lacking the resign method #1

Description

@andriyviychuk

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions