UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

14 lines (10 loc) 161 B
/** * Created by jd on 21/11/2015. */ interface Dispositivo { nome :string; tipo:string; identificador:string; token:string; }