/** * Linkbreakers API * This is a documentation of all the APIs of Linkbreakers * * The version of the OpenAPI document: 1.118.3 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Allowed values for device platform routing conditions. * @export */ export declare const DevicePlatformConditionValue: { readonly DevicePlatformConditionValueUnspecified: "DEVICE_PLATFORM_CONDITION_VALUE_UNSPECIFIED"; readonly DevicePlatformConditionValueIos: "DEVICE_PLATFORM_CONDITION_VALUE_IOS"; readonly DevicePlatformConditionValueAndroid: "DEVICE_PLATFORM_CONDITION_VALUE_ANDROID"; readonly DevicePlatformConditionValueWindows: "DEVICE_PLATFORM_CONDITION_VALUE_WINDOWS"; readonly DevicePlatformConditionValueMacos: "DEVICE_PLATFORM_CONDITION_VALUE_MACOS"; readonly DevicePlatformConditionValueLinux: "DEVICE_PLATFORM_CONDITION_VALUE_LINUX"; readonly DevicePlatformConditionValueChromeos: "DEVICE_PLATFORM_CONDITION_VALUE_CHROMEOS"; }; export type DevicePlatformConditionValue = typeof DevicePlatformConditionValue[keyof typeof DevicePlatformConditionValue]; export declare function instanceOfDevicePlatformConditionValue(value: any): boolean; export declare function DevicePlatformConditionValueFromJSON(json: any): DevicePlatformConditionValue; export declare function DevicePlatformConditionValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): DevicePlatformConditionValue; export declare function DevicePlatformConditionValueToJSON(value?: DevicePlatformConditionValue | null): any; export declare function DevicePlatformConditionValueToJSONTyped(value: any, ignoreDiscriminator: boolean): DevicePlatformConditionValue;