Type Alias: StateSchema
ts
type StateSchema = Record<string, Record<string, StateValueInfo>>;The complete addressable state surface, keyed exactly like StateValues: first by component id, then by the component-owned state key.