Type Alias EventActionStep

EventActionStep: ActionStep & {
    signatureType: EVENT;
}

An action step that is specifically for event-based validation. This is a narrowed type of ActionStep where signatureType is guaranteed to be EVENT.