UNPKG

stackpress

Version:

Incept is a content management framework.

7 lines (6 loc) 366 B
import type Server from '@stackpress/ingest/Server'; import type { ApiEndpoint } from './types'; export default function plugin(ctx: Server): void; export declare function session(endpoint: ApiEndpoint, ctx: Server): void; export declare function app(endpoint: ApiEndpoint, ctx: Server): void; export declare function open(endpoint: ApiEndpoint, ctx: Server): void;