Skip to content

@purista/core v2.0.5


PURISTA API / @purista/core / EventBridgeConfig

Type Alias: EventBridgeConfig<CustomConfig>

EventBridgeConfig<CustomConfig>: Prettify<object & CustomConfig>

Defined in: packages/core/src/core/EventBridge/types/EventBridgeConfig.ts:10

The config object for an event bridge. Every event bridge implementation must use this type for configuration.

Type Parameters

CustomConfig