MCPcopy Index your code
hub / github.com/simstudioai/sim / toSemanticType

Function toSemanticType

scripts/generate-docs.ts:3639–3641  ·  view source on GitHub ↗
(uiType: string)

Source from the content-addressed store, hash-verified

3637}
3638
3639function 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.

Callers 1

buildTriggersSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected