Interface QueueSendBatchOptions

interface QueueSendBatchOptions {
    delaySeconds?: number;
}

Properties

Properties

delaySeconds?: number