stackpress
Version:
Incept is a content management framework.
10 lines (9 loc) • 317 B
TypeScript
import type Server from '@stackpress/ingest/Server';
export default function build(server: Server<any, any, any>): Promise<({
type: "page" | "client" | "asset";
id: string;
entry: string;
contents: string | Uint8Array<ArrayBufferLike>;
source?: string;
destination: string;
} | undefined)[]>;