/** * GO/src/orderservice/orderservice.proto * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: version not set * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export declare type VariantType = 'Invalid' | 'String' | 'Int' | 'Double' | 'DateTime' | 'Uuid' | 'ByteArray' | 'Bool'; export declare const VariantType: { Invalid: VariantType; String: VariantType; Int: VariantType; Double: VariantType; DateTime: VariantType; Uuid: VariantType; ByteArray: VariantType; Bool: VariantType; };