/** * 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. */ /** * The type of product associated with the message. */ export declare const ProductTypeEnum: { readonly LocalA2P: "LOCAL_A2P"; readonly P2P: "P2P"; readonly ShortCodeReach: "SHORT_CODE_REACH"; readonly TollFree: "TOLL_FREE"; readonly HostedShortCode: "HOSTED_SHORT_CODE"; readonly AlphaNumeric: "ALPHA_NUMERIC"; readonly RbmMedia: "RBM_MEDIA"; readonly RbmRich: "RBM_RICH"; readonly RbmConversational: "RBM_CONVERSATIONAL"; }; export type ProductTypeEnum = typeof ProductTypeEnum[keyof typeof ProductTypeEnum];