Skip to content

RevTurbineLocalOnlyMinimalInitOptions

RevTurbineLocalOnlyMinimalInitOptions = Omit<RevTurbineInitOptions, "tenantId" | "apiKey" | "endpoint" | "mode" | "runtimeMode" | "localRuntime"> & object

Minimal initialization options for local-only mode.

When localRuntime.exportedConfig is provided, core transport options can be omitted and the SDK will inject safe local defaults.

optional apiKey?: string

optional endpoint?: string

localRuntime: RevTurbineLocalRuntimeOptions & object

exportedConfig: RevTurbineConfig

optional mode?: RevTurbineSdkMode

optional runtimeMode?: "local_only"

optional tenantId?: string