Interface: VariableValues<TVariables>
Defined in: packages/utils/src/types.ts:161
Type Parameters
TVariables
TVariables = Record<string, unknown>
Properties
coerced
readonlycoerced:TVariables
Defined in: packages/utils/src/types.ts:163
Coerced runtime variable values keyed by variable name.
sources
readonlysources:Record<string,VariableValueSource>
Defined in: packages/utils/src/types.ts:165
Source metadata for each variable value keyed by variable name.