Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteSchema<M>

Use RouteSchema(path, methods) to declare this interface.

Type parameters

Hierarchy

  • RouteSchema

Index

Properties

Properties

methods

methods: M

Defines supported HTTP methods on the given path and type information on request and response data.

path

path: string

The path of the route.

Generated using TypeDoc