Interface IParameterOptionsWithResponseSource

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

interface IParameterOptionsWithResponseSource {
    source: Nilable<"response">;
}

Hierarchy

Properties

Properties

source: Nilable<"response">

The name of the source.

Generated using TypeDoc