Interface IParameterOptionsWithRequestSource

Options for Parameter decorator, which defines the source of the paremeter as the current request context.

interface IParameterOptionsWithRequestSource {
    source: Nilable<"request">;
}

Hierarchy

Properties

Properties

source: Nilable<"request">

The name of the source.

Generated using TypeDoc