UNPKG

gy-foo

Version:

A library that contains all models for the gy-web-project.

5 lines (4 loc) 98 B
import { Field } from './field.model'; export interface FieldList { [field: string]: Field; }