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

Function toSdkFieldType

apps/sim/app/api/tools/onepassword/utils.ts:448–450  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

446
447/** Convert a Connect-style field type string to the SDK field type string. */
448export function toSdkFieldType(type: string): `${ItemFieldType}` {
449 return CONNECT_TO_SDK_FIELD_TYPE[type] ?? 'Text'
450}

Callers 2

route.tsFile · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected