Skip to main content

Type Alias: HostIdentity

type HostIdentity =
| {
kind: "web";
origin: string;
}
| {
appId: string;
kind: "native";
}
| {
kind: "node";
};

Defined in: host.ts:7

Host identity and the app/origin binding rules. Normative: docs/15-licensing-and-billing.md §4.2 (frozen jointly with docs/11 §15) — the pattern-matching table is implemented here EXACTLY.