SongGuess
    Preparing search index...

    Type Alias ExportedHandlerTestHandler<Env, Props>

    ExportedHandlerTestHandler: (
        controller: TestController,
        env: Env,
        ctx: ExecutionContext<Props>,
    ) => void | Promise<void>

    Type Parameters

    • Env = unknown
    • Props = unknown

    Type Declaration