interface QueueSendOptions {
    contentType?: QueueContentType;
    delaySeconds?: number;
}

Properties

contentType?: QueueContentType
delaySeconds?: number