UNPKG

gy-foo

Version:

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

9 lines (8 loc) 290 B
import { Entity } from './models/entity.model'; import { Occurrence } from './models/occurrence.model'; import { EntityDef } from './models/entityDef.model'; export declare const ModelsMap: { ENTITY: typeof Entity; OCCURRENCE: typeof Occurrence; ENTITYDEF: typeof EntityDef; };