@shopify/oxygen-workers-types
    Preparing search index...

    Type Alias ExportedHandlerFetchHandler

    ExportedHandlerFetchHandler: (
        request: Request,
        env: unknown,
        ctx: ExecutionContext,
    ) => Response | Promise<Response>

    Type declaration