The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/internal__plugin-state > StateTypeSerializedType
StateTypeSerializedType type
Maps a [[StateType]] to the type of its serialized state
Signature:export declare type StateTypeSerializedType<
D extends StateType
> = D extends StateType<infer S> ? S : never
References: [StateType](./internal__plugin-state.statetype.md)