StateData

type StateData = {
id: string;
data: object;
};

Type for persisted state entry data. Wraps an arbitrary JSON-serializable object with a unique id.