Type Alias UserRoleDetails

UserRoleDetails: {
    type?: UserType;
    role?: UserRole;
    locationIds?: string[];
    restrictSubAccount?: boolean;
}

Type declaration

  • Optionaltype?: UserType
  • Optionalrole?: UserRole
  • OptionallocationIds?: string[]
  • OptionalrestrictSubAccount?: boolean