import * as fromUserPermStates from './user-permissions.states'; export interface UserPermStates { userPerm: fromUserPermStates.UserPermState; }