type IStateData = any; Copy
type IStateData = any;
Type representing the data structure of a state. Can be any type, serving as a generic placeholder for state values.