export interface IRole { roleName:string; description:string; active:boolean; }