Skip to main content

@wildix/wim-knowledge-base-client > KnowledgeBaseClientConfig

KnowledgeBaseClientConfig interface

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

Signature:

export interface KnowledgeBaseClientConfig extends KnowledgeBaseClientConfigType 

Extends: KnowledgeBaseClientConfigType

Properties

Property

Modifiers

Type

Description

endpoint?

() => Record<string, string>

(Optional)

env?

'stage' | 'stable' | 'prod'

(Optional)

token

TokenProvider