/** * Model: TriggerOneOf * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface TriggerOneOf { /** @see TypeEnum */ type: TypeEnum; } export type TypeEnum = 'ON_CLICK' | 'ON_HOVER' | 'ON_PRESS' | 'ON_DRAG'; //# sourceMappingURL=trigger-one-of.d.ts.map