export interface RoleInterface { id?: number; name: string; }