| 6954 | readonly cron: string; |
| 6955 | } |
| 6956 | interface AlarmEventInfo { |
| 6957 | readonly type: "alarm"; |
| 6958 | readonly scheduledTime: Date; |
| 6959 | } |
| 6960 | interface QueueEventInfo { |
| 6961 | readonly type: "queue"; |
| 6962 | readonly queueName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected