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

    Interface InitializeHandlerArguments<Input>

    interface InitializeHandlerArguments<Input extends object> {
        input: Input;
    }

    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.