Enums/MVBGroupSubType.ps1

# This represents the second-level endpoints for the "groups" endpoint in the myViewBoard REST API.
enum MVBGroupsSubType {
    devices
}