Interface ParameterDeclaration<RETURNS, EXPECT_BODY, EXPECT_QUERY, EXPECT_PARAMS>

Declaration for method parameters.

Typeparam

RETURNS - The type of the return value.

Typeparam

EXPECT_BODY - The type of the expected body.

Typeparam

EXPECT_QUERY - The type of the expected query.

Typeparam

EXPECT_PARAMS - The type of the expected parameters.

Param

The expected body.

Param

The expected query.

Param

The expected parameters.

Param

The return type.

Type Parameters

Hierarchy

  • ParameterDeclaration

Properties

expectBody?: EXPECT_BODY
expectParams?: EXPECT_PARAMS
expectQuery?: EXPECT_QUERY
returns: RETURNS

Generated using TypeDoc