/** * Bandwidth * Bandwidth\'s Communication APIs * * The version of the OpenAPI document: 1.0.0 * Contact: letstalk@bandwidth.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * [DNI-Only](#section/DNI-Only). `DEACTIVATED` if the carrier reported a deactivation event for this phone number. */ export declare const DeactivationEventEnum: { readonly Deactivated: "DEACTIVATED"; }; export type DeactivationEventEnum = typeof DeactivationEventEnum[keyof typeof DeactivationEventEnum];