Home > @vsf-enterprise/commercetools-types > Trigger
# Trigger type
Signature:
export declare type Trigger = {
__typename?: 'Trigger';
resourceTypeId: Scalars['String'];
actions: Array<ActionType>;
};
References: Scalars, ActionType
Home > @vsf-enterprise/commercetools-types > Trigger
Signature:
export declare type Trigger = {
__typename?: 'Trigger';
resourceTypeId: Scalars['String'];
actions: Array<ActionType>;
};
References: Scalars, ActionType
On this page