UNPKG

ocat-lang

Version:

A programming language for the web design and development

8 lines (7 loc) 132 B
export interface DCollection { title: string; content: string; params: { [key: string]: string; }; }