Type Alias StateNames<V>

StateNames<V>: keyof V & string

List of possible states

Type Parameters