UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

4 lines (3 loc) 98 B
export interface Answers { [name: string]: string | number | boolean | (string | number)[]; }