/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Kind of primitive data types. - none: option allow_alias = true; - list: [array] - int: int32 - uint: uint32 - float: float32 - datetime: date &| time * @export * @enum {string} */ export declare enum WebitelProtoDataTypeKind { None = "none", List = "list", Bool = "bool", Int = "int", Int32 = "int32", Int64 = "int64", Uint = "uint", Uint32 = "uint32", Uint64 = "uint64", Float = "float", Float32 = "float32", Float64 = "float64", Binary = "binary", Lookup = "lookup", String = "string", Richtext = "richtext", Datetime = "datetime", Duration = "duration" } //# sourceMappingURL=webitel-proto-data-type-kind.d.ts.map