getMethods
getMethods<
T
>(route
):InferPart
<T
,"Methods"
>[]
Retrieves the methods registered on this route.
Type Parameters
Type Parameter |
---|
T extends AnyCompiledRoute |
Parameters
Parameter | Type |
---|---|
route | T |
Returns
InferPart
<T
, "Methods"
>[]