nestjs-temporal-core
Version:
Complete NestJS integration for Temporal.io with auto-discovery, declarative scheduling, enhanced monitoring, and enterprise-ready features
8 lines (7 loc) • 345 B
TypeScript
import 'reflect-metadata';
import { Type } from '@nestjs/common';
export declare const SignalMethod: (signalName?: string) => MethodDecorator;
export declare const QueryMethod: (queryName?: string) => MethodDecorator;
export declare const ChildWorkflow: (workflowType: Type<unknown>, options?: {
taskQueue?: string;
}) => PropertyDecorator;