SongGuess
    Preparing search index...

    Represents a scheduled event within the Durable Object storage.

    interface ScheduledAlarmEvent {
        id: "cleanup" | "host_transfer";
        repeatMs: number | null;
        runAt: number;
    }
    Index

    Properties

    Properties

    id: "cleanup" | "host_transfer"
    repeatMs: number | null
    runAt: number