UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 274 B
import { NextRequest, NextResponse } from 'next/server'; import { UTMSCookieProp } from '../types/utm.type'; export declare function utmMiddleware(req: NextRequest, res: NextResponse, utmsDefault: UTMSCookieProp, vertical: string, locale: string): Promise<NextResponse>;