UNPKG

@novu/framework

Version:

The Code-First Notifications Workflow SDK.

17 lines (14 loc) 1.04 kB
import * as h3 from 'h3'; import { H3Event } from 'h3'; import { S as ServeHandlerOptions } from '../index-D4Rt1gOC.js'; export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-D4Rt1gOC.js'; export { C as ClientOptions, a as CronExpression, E as ExecuteInput, S as SeverityLevelEnum, W as Workflow } from '../health-check.types-C4vZDz5x.js'; export { C as ContextResolved, S as Subscriber, p as providerSchemas } from '../subscriber.types-CfRj4acH.js'; import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.js'; export { AnyStepResolver, ChatStepResolver, EmailStepResolver, InAppStepResolver, PushStepResolver, SmsStepResolver, StepResolverContext, step } from '../step-resolver.js'; import '../base.schema.types-BApIn9jr.js'; import 'json-schema-to-ts'; import 'zod'; declare const frameworkName: SupportedFrameworkName; declare const serve: (options: ServeHandlerOptions) => (event: H3Event<h3.EventHandlerRequest>) => Promise<Promise<void>>; export { ServeHandlerOptions, frameworkName, serve };