UNPKG

@novu/framework

Version:

The Code-First Notifications Workflow SDK.

14 lines (11 loc) 700 B
import * as h3 from 'h3'; import { H3Event } from 'h3'; import { S as ServeHandlerOptions } from '../index-S0QKfWxm.cjs'; export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-S0QKfWxm.cjs'; export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.cjs'; import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.cjs'; 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 };