UNPKG

ocat-lang

Version:

A programming language for the web design and development

6 lines (5 loc) 125 B
export interface Variable<T = string | { [key: string]: string }> { name: string; type: string; value: T; }