Type Alias: RelayConfig
Makaio Framework / contracts / RelayConfig
Type Alias: RelayConfig
Section titled “Type Alias: RelayConfig”RelayConfig =
NonNullable<Config["relay"]>
Defined in: ../../../packages/contracts/src/config/config-schema.ts:146
Relay connection configuration type, derived from the bootstrap config schema.
Type Composition
Section titled “Type Composition”RelayConfigNonNullable<Config['relay']>Config['relay']
Resolved Shape
Section titled “Resolved Shape”type RelayConfig = { autoReconnect: boolean; maxReconnectAttempts: number; heartbeatInterval: number; url?: string | undefined; token?: string | undefined;};