ds/FlexImageParameters.js

/**
 * @fileoverview Exposed data type for use outside of DsClient.
 *               All properties should be exposed to allow use from uncompiled
 *               code.
 *
 * @author kiril.markov@spark-vision.com (Kiril Markov)
 */

goog.provide('spv.ds.FlexImageParameters');
goog.require('spv.ds.ipprot_nova.input.ProtocolFlexImageParameters');

/**
  * @export
  * @struct
*/
spv.ds.FlexImageParameters = spv.ds.ipprot_nova.input.ProtocolFlexImageParameters;