/** * Model: LocalVariableValuesByModeValue * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { RGBA } from '../r-g-b-a'; import { VariableAlias } from '../variable-alias'; export type LocalVariableValuesByModeValue = RGBA | VariableAlias | boolean | number | string; export type TypeEnum = 'VARIABLE_ALIAS'; //# sourceMappingURL=local-variable-values-by-mode-value.d.ts.map