Share via


Connection type

type Connection = {
  apiId: string
  connectionName: string
  isShareableConnection: boolean
  runtimeUrl: string
}