AIDK API Reference / aidk-kernel / BrandedContext
Type Alias: BrandedContext ​
ts
type BrandedContext = Partial<KernelContext> & {
[KERNEL_CONTEXT_SYMBOL]: true;
};Defined in: packages/kernel/src/context.ts:544
Type for branded context objects
Type Declaration ​
| Name | Type | Defined in |
|---|---|---|
[KERNEL_CONTEXT_SYMBOL] | true | packages/kernel/src/context.ts:545 |