DeviceGroup: {
    deviceCount: number;
    displayName: string;
    id: number;
    name: string;
    osType: OsType;
    shared: boolean;
    userEmail: string;
    userId: number;
}

Type declaration

  • deviceCount: number
  • displayName: string
  • id: number
  • name: string
  • osType: OsType
  • shared: boolean
  • userEmail: string
  • userId: number