sinclairnick/webroute

Allow registering and inferring many routes via flat object

Closed this issue · 0 comments

Iterating over array types is slow and leads to overloading typescript nesting. As such, an object interface should be compatible, where keys are ignored.

'''ts
{ UserRoute, AuthRoute ...}

'''