TranslateConfig
ts
readonly type TranslateConfig = object;Defined in: src/types/config.type.ts:170
Configuration
Since
1.0.0
Author
Simon Kovtyk
Properties
http
ts
readonly http: object;Defined in: src/types/config.type.ts:178
Configuration for HTTP requests
config
ts
readonly config: HttpConfig;The HTTP configuration
Since
1.0.0
Author
Simon Kovtyk
options?
ts
readonly optional options: HttpOptions<never, HttpHeadersOption, never>;Additional HTTP options (e.g. headers), which will be merged with other HTTP options
Since
1.0.0
Author
Simon Kovtyk
Since
1.0.0
Author
Simon Kovtyk
translate
ts
readonly translate: SpecificTranslateConfig;Defined in: src/types/config.type.ts:203
Translation-related configuration
Since
1.0.0
Author
Simon Kovtyk