()
| 1681 | readonly scheduledTime: number; |
| 1682 | readonly cron: string; |
| 1683 | noRetry(): void; |
| 1684 | } |
| 1685 | interface QueuingStrategy<T = any> { |
| 1686 | highWaterMark?: (number | bigint); |
nothing calls this directly
no outgoing calls
no test coverage detected