export interface IRole { readonly id: number readonly name: string }