Type Alias StateType<SD>

StateType: { [key in keyof SD]: ExtractValueType<SD[key]> }

Type Parameters