Type alias StateType<SD>

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

Type Parameters