@pwngh/economy-lab
    Preparing search index...

    Interface SqsCommand

    Structural shape of the command object SqsClient.send takes: an object carrying its input fields, standing in for the SDK's SendMessageCommand so the file compiles without the optional @aws-sdk/client-sqs dependency installed.

    interface SqsCommand {
        input: Record<string, unknown>;
    }
    Index
    input: Record<string, unknown>