UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

6 lines (5 loc) 111 B
import { Answers } from './answers'; export type Resource = { answers: Answers; [key: string]: any; };