/** * Type of operating system deployed on device, as published separately in an external device operating system type code set. * ISO20022 External Code * Original name: ExternalDeviceOperatingSystemType1Code */ export declare enum DeviceOperatingSystemType { /** Blackberry operating system. */ BLCK = "BLCK", /** Android operating system. */ DROI = "DROI", /** iOS operating System. */ IOSS = "IOSS", /** Tizen operating system. */ TIZN = "TIZN", /** Windows operating system. */ WIND = "WIND" }