@bondi-labs/integration-sdk - v0.0.2
    Preparing search index...

    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)