Skip to content

Interface: ExternalDomain

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:307

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.

Riviere-role

query-model

Properties

connectionCount

connectionCount: number

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:313

Total number of connections to this external domain.


name

name: string

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:309

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


sourceDomains

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

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:311

Domains that have connections to this external domain.