/** * Model: ComponentPropertyBoundVariables * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { VariableAlias } from '../variable-alias'; /** * The variables bound to a particular field on this component property */ export interface ComponentPropertyBoundVariables { /** @see VariableAlias */ value?: VariableAlias; } //# sourceMappingURL=component-property-bound-variables.d.ts.map