ts-lambda-api - v2.5.2
    Preparing search index...

    Interface FinalizeHandlerArguments<Input>

    interface FinalizeHandlerArguments<Input extends object> {
        input: Input;
        request: unknown;
    }

    Type Parameters

    • Input extends object

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    input: Input

    User input to a command. Reflects the userland representation of the union of data types the command can effectively handle.

    request: unknown

    The user input serialized as a request.