Takes a TCleanState type and returns the initialState type associated with the provided TCleanState.
TCleanState
initialState
This is useful to isolated the type of your actual state data without any of the reserved keys provided by the Clean State utility.
Takes a
TCleanState
type and returns theinitialState
type associated with the providedTCleanState
.This is useful to isolated the type of your actual state data without any of the reserved keys provided by the Clean State utility.