UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

15 lines (14 loc) 245 B
/** * Created by jd on 24/09/2015. */ interface IPerfil { PerfilID: number; Nome: string; Descricao: string; AppID: number; Cor:string; CriadoEm: string; EditadoEm?: string; DeletadoEm?: string; }