UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

7 lines (6 loc) 116 B
export interface StringObject { [key: string]: string; } export interface AnyObject { [key: string]: any; }