UNPKG

cumqueoptio

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

4 lines (3 loc) 77 B
export interface NestedType<T = any> { [key: string]: T | NestedType<T>; }