ContextsRefRecord
@daydreamsai/core / ContextsRefRecord
Type Alias: ContextsRefRecord<T>
ContextsRefRecord<
T
> ={ [K in keyof T]: ContextRef<T[K]> }
Defined in: packages/core/src/types.ts:1244
Record of context references mapped by key
Type Parameters
T
T
extends Record
<string
, AnyContext
>
Record type mapping keys to context types