export interface NewRolePermission { id?: string; roleId: string; permissionId: string; }