Skip to content

Type Alias: SourceRegistry<Context>

SourceRegistry<Context> = Map<SourceDefinition<FateRecord, unknown>, SourceExecutor<Context, FateRecord, any, any, any>>

Defined in: packages/fate/src/server/executor.ts:52

Type Parameters

Context

Context

Released under the MIT License