stackpress
Version:
Incept is a content management framework.
8 lines (7 loc) • 441 B
TypeScript
import type Server from '@stackpress/ingest/Server';
import type { ApiEndpoint } from './types.js';
export default function plugin(ctx: Server): void;
export declare function cors(endpoint: ApiEndpoint, 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;