Transforms trigger outputs to TypeScript types with dotwalk support for reference columns.
For 'current' output, if a table name is provided, the type is enhanced
with table-aware fields enabling dot-walking like params.trigger.current.priority
For other outputs, ReferenceColumn types get dotwalk support to their referenced tables.
Transforms trigger outputs to TypeScript types with dotwalk support for reference columns. For 'current' output, if a table name is provided, the type is enhanced with table-aware fields enabling dot-walking like params.trigger.current.priority For other outputs, ReferenceColumn types get dotwalk support to their referenced tables.