/**
* @fileoverview Exposed data type for use outside of VdsClient.
* All properties should be exposed to allow use from uncompiled
* code.
*
* @author margarita.krutikova@spark-vision.com (Margarita Krutikova)
*/
goog.provide('spv.vds.SendBopUpdateFlag');
goog.require('spv.vds.ipprot_nova.input.SendBopUpdateFlag');
/**
* @export
* @enum {string}
*/
spv.vds.SendBopUpdateFlag = spv.vds.ipprot_nova.input.SendBopUpdateFlag;