
/**
 * 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);