@novu/framework
Version:
The Code-First Notifications Workflow SDK.
14 lines (11 loc) • 696 B
TypeScript
import * as h3 from 'h3';
import { H3Event } from 'h3';
import { S as ServeHandlerOptions } from '../index-CmEcpAEO.js';
export { C as Client, N as NovuRequestHandler, w as workflow } from '../index-CmEcpAEO.js';
export { C as CronExpression, S as SeverityLevelEnum, W as Workflow, p as providerSchemas } from '../health-check.types-D_KcRiM_.js';
import { S as SupportedFrameworkName } from '../server.types-BRWsA1CA.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 };