UNPKG

stackpress

Version:

Incept is a content management framework.

6 lines (5 loc) 337 B
import type Request from '@stackpress/ingest/Request'; import type Response from '@stackpress/ingest/Response'; import type Server from '@stackpress/ingest/Server'; import type Model from '../../schema/spec/Model.js'; export default function createEventFactory(model: Model): (req: Request, res: Response, ctx: Server) => Promise<void>;