Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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. */
448
export
function
toSdkFieldType(
type
: string): `${ItemFieldType}` {
449
return
CONNECT_TO_SDK_FIELD_TYPE[
type
] ??
'Text'
450
}
Callers
2
route.ts
File · 0.90
route.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected