/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * `NullValue` is a singleton enumeration to represent the null value for the * `Value` type union. * * The JSON representation for `NullValue` is JSON `null`. * * - NULL_VALUE: Null value. */ export type GoogleProtobufNullValue = (typeof GoogleProtobufNullValue)[keyof typeof GoogleProtobufNullValue]; export declare const GoogleProtobufNullValue: { readonly NullValue: "NULL_VALUE"; };