()
| 2021 | readonly body: Body; |
| 2022 | readonly attempts: number; |
| 2023 | retry(options?: QueueRetryOptions): void; |
| 2024 | ack(): void; |
| 2025 | } |
| 2026 | interface QueueEvent<Body = unknown> extends ExtendableEvent { |
nothing calls this directly
no outgoing calls
no test coverage detected