export interface IUserRole { roleID: number; scope: string[]; }