Skip to main content
Version: Next 🚧

[I] QueryParameterOptions

Extends

  • Required<Omit<QueryOptions, "format">>

Properties

PropertyModifierTypeDescriptionInherited from
explodereadonlyboolean-Required.explode
format?public| "form" | "multi" | "csv" | "ssv" | "tsv" | "simple" | "pipes"Deprecated use explode and @encode decorator instead.-
namereadonlystring-Required.name
typepublic"query"--