Skip to content

Interface: ExternalDomain

Defined in: packages/riviere-query/src/domain-types.ts:255

An external domain that components connect to.

External domains are any systems not represented in the graph—third-party services (Stripe, Twilio) or internal domains outside the current scope.

Properties

connectionCount

connectionCount: number

Defined in: packages/riviere-query/src/domain-types.ts:261

Total number of connections to this external domain.


name

name: string

Defined in: packages/riviere-query/src/domain-types.ts:257

Name of the external domain (e.g., "Stripe", "Twilio").


sourceDomains

sourceDomains: string & $brand<"DomainName">[]

Defined in: packages/riviere-query/src/domain-types.ts:259

Domains that have connections to this external domain.