UNPKG

ocat-lang

Version:

A programming language for the web design and development

15 lines (14 loc) 292 B
export interface OcatConfig { port: number; properties?: { defined: { [key: string]: string }; provided: string[]; }; path?: { [key: string]: string; }; views?: boolean; collections?: { [key: string]: string; }; }