We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58213f6 commit e4f20c9Copy full SHA for e4f20c9
src/content/docs/queues/configuration/javascript-apis.mdx
@@ -289,7 +289,7 @@ interface Message<Body = unknown> {
289
Optional configuration when marking a message or a batch of messages for retry.
290
291
```ts
292
-declare interface QueueRetryOptions {
+interface QueueRetryOptions {
293
delaySeconds?: number;
294
}
295
```
0 commit comments