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