MCPcopy Create free account
hub / github.com/fontsource/fontsource / AlarmEventInfo

Interface AlarmEventInfo

website/worker-configuration.d.ts:6956–6959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected