Skip to main content

@wildix/wim-tools-client > ToolsClientConfig

ToolsClientConfig interface

The configuration interface of ToolsClient class constructor that set the region, credentials and other options.

Signature:

export interface ToolsClientConfig extends ToolsClientConfigType 

Extends: ToolsClientConfigType

Properties

Property

Modifiers

Type

Description

endpoint?

() => Record<string, string>

(Optional)

env?

'stage' | 'stable' | 'prod'

(Optional)

token

TokenProvider