()
| 1714 | readonly scheduledTime: number; |
| 1715 | readonly cron: string; |
| 1716 | noRetry(): void; |
| 1717 | } |
| 1718 | interface QueuingStrategy<T = any> { |
| 1719 | highWaterMark?: (number | bigint); |
nothing calls this directly
no outgoing calls
no test coverage detected