(uiType: string)
| 3637 | } |
| 3638 | |
| 3639 | function toSemanticType(uiType: string): string { |
| 3640 | return SUBBLOCK_TYPE_TO_SEMANTIC[uiType] ?? uiType |
| 3641 | } |
| 3642 | |
| 3643 | /** |
| 3644 | * Generate MDX content for a single trigger provider page. |
no outgoing calls
no test coverage detected