Type alias PrivateConnection
PrivateConnection: Metadata & { description?: string | null; direction: string; externalConnectionProperties: ExternalConnectionProperty[]; label: string; status: string; type: string; } Type declaration
Optional
description?: string | null
direction: string
label: string
status: string
type: string