# Functions

AuthRoute populates the custom AuthHandler args for our route handlers.
GetField is a helper function for handlers to get parameters from url.
New returns a pointer to a new Router.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

AuthHandler is the extended handler function that our API routes use.
No description provided by the author
No description provided by the author