Class TriggerTypes

java.lang.Object
app.ductape.sdk.database.types.TriggerTypes

public final class TriggerTypes extends Object
Parity with sdk/ts/src/database/types/trigger.interface.ts.

ITriggerAction union: use Map<String, Object> per action (includes type = TriggerTypes.TriggerActionType.wire()). ITriggerCondition compound trees: use Map<String, Object> with $and, $or, $not, or a TriggerTypes.ConditionClause as map keys. Function-typed fields (custom, handler, config hooks) are not modeled; handle outside DTOs.