Skip to content

Home > @idealeap/pipeline > Registry

Registry type

Signature:

typescript
export type Registry = Record<string, (input: any, context: PipelineContext) => MaybePromise<any>>;
export type Registry = Record<string, (input: any, context: PipelineContext) => MaybePromise<any>>;

References: PipelineContext, MaybePromise

Released under the MIT License.