/** * Model: VariableResolvedDataType * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Defines the types of data a VariableData object can eventually equal */ export type VariableResolvedDataType = 'BOOLEAN' | 'FLOAT' | 'STRING' | 'COLOR'; //# sourceMappingURL=variable-resolved-data-type.d.ts.map