UNPKG

@finda-co/novu-framework

Version:

The Code-First Notifications Workflow SDK.

14 lines (11 loc) 654 B
import * as h3 from 'h3'; import { H3Event } from 'h3'; import { S as ServeHandlerOptions } from '../index-CbB8FSnY.cjs'; export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CbB8FSnY.cjs'; export { C as CronExpression, W as Workflow } from '../health-check.types-D8gbU9cU.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 };