/** * 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 brand routing conditions. * @export */ export declare const DeviceBrandConditionValue: { readonly DeviceBrandConditionValueUnspecified: "DEVICE_BRAND_CONDITION_VALUE_UNSPECIFIED"; readonly DeviceBrandConditionValueApple: "DEVICE_BRAND_CONDITION_VALUE_APPLE"; readonly DeviceBrandConditionValueSamsung: "DEVICE_BRAND_CONDITION_VALUE_SAMSUNG"; readonly DeviceBrandConditionValueGoogle: "DEVICE_BRAND_CONDITION_VALUE_GOOGLE"; readonly DeviceBrandConditionValueHuawei: "DEVICE_BRAND_CONDITION_VALUE_HUAWEI"; readonly DeviceBrandConditionValueXiaomi: "DEVICE_BRAND_CONDITION_VALUE_XIAOMI"; readonly DeviceBrandConditionValueOneplus: "DEVICE_BRAND_CONDITION_VALUE_ONEPLUS"; }; export type DeviceBrandConditionValue = typeof DeviceBrandConditionValue[keyof typeof DeviceBrandConditionValue]; export declare function instanceOfDeviceBrandConditionValue(value: any): boolean; export declare function DeviceBrandConditionValueFromJSON(json: any): DeviceBrandConditionValue; export declare function DeviceBrandConditionValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeviceBrandConditionValue; export declare function DeviceBrandConditionValueToJSON(value?: DeviceBrandConditionValue | null): any; export declare function DeviceBrandConditionValueToJSONTyped(value: any, ignoreDiscriminator: boolean): DeviceBrandConditionValue;