Workflows ReferenceType Definitions
ActionWorkflowCounterUpdatedPayload
type ActionWorkflowCounterUpdatedPayload = {
updates: {
counterId: string;
increment: number;
}[];
};Properties
updates
updates: {
counterId: string;
increment: number;
}[];