Type Alias UpdateConnectionInterfaceTypeOutputRequest
UpdateConnectionInterfaceTypeOutputRequest: { id: string; name: string; schema?: JsonNode; sensitive: boolean; type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN";} Type declaration
id: string
name: string
Optionalschema?: JsonNode
sensitive: boolean
type: "STRING" | "NUMBER" | "INTEGER" | "OBJECT" | "BOOLEAN"