UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

16 lines (10 loc) 260 B
/** * Created by jd on 12/04/2016. */ export interface IMunicipio extends ISyncableCollection { uf:string; codigo:number; nome:string; } //Reflect.defineMetadata("custom:annotation", {name:"MunicipioTable"}, Municipio);