@bondi-labs/integration-sdk - v0.0.2
GitHub
Examples
npm
Preparing search index...
nestjs
BondiConfigValue
Type Alias BondiConfigValue
BondiConfigValue
:
string
|
{
envKey
:
string
}
|
(
()
=>
string
|
undefined
)
A config value can be supplied as:
A direct string (hard-coded)
An env var name (read at module-init time)
A factory
() => string | undefined
Omitted (falls back to default env var name)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
Examples
npm
@bondi-labs/integration-sdk - v0.0.2
Loading...
A config value can be supplied as:
() => string | undefined