Skip to main content

IntelligenceDomainOrString

@totemsdk/intelligence


@totemsdk/intelligence / IntelligenceDomainOrString

Type Alias: IntelligenceDomainOrString

IntelligenceDomainOrString = IntelligenceDomain | string & object

Domain discriminator for operations and usages.

IntelligenceDomain is the canonical closed set; (string & {}) lets providers advertise extension domains while IDE autocomplete still surfaces the canonical literals first.