SongGuess
    Preparing search index...

    Type Alias ExportedHandlerFetchHandler<Env, CfHostMetadata, Props>

    ExportedHandlerFetchHandler: (
        request: Request<
            CfHostMetadata,
            IncomingRequestCfProperties<CfHostMetadata>,
        >,
        env: Env,
        ctx: ExecutionContext<Props>,
    ) => Response | Promise<Response>

    Type Parameters

    • Env = unknown
    • CfHostMetadata = unknown
    • Props = unknown

    Type Declaration