SongGuess
    Preparing search index...

    Type Alias ExportedHandlerQueueHandler<Env, Message, Props>

    ExportedHandlerQueueHandler: (
        batch: MessageBatch<Message>,
        env: Env,
        ctx: ExecutionContext<Props>,
    ) => void | Promise<void>

    Type Parameters

    • Env = unknown
    • Message = unknown
    • Props = unknown

    Type Declaration