/** * Model: InstanceSwapPreferredValue * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Instance swap preferred value. */ export interface InstanceSwapPreferredValue { /** Type of node for this preferred value. */ type: TypeEnum; /** Key of this component or component set. */ key: string; } export type TypeEnum = 'COMPONENT' | 'COMPONENT_SET'; //# sourceMappingURL=instance-swap-preferred-value.d.ts.map