Skip to content

Cerces


Cerces / types / RouteParameterLocation

Type Alias: RouteParameterLocation

RouteParameterLocation = "path" | "query" | "header" | "cookie" | "body" | "@depends"

Defined in: src/types.ts:51