Sanity Library Reference Docs
    Preparing search index...

    Type Alias ScheduledEventHandlerBeta

    ScheduledEventHandler: (
        envelope: { context: ScheduledFunctionContext },
    ) => void | Promise<void>

    A function handler for a schedule event.

    Type declaration