@bolttech/server-side-next
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 324 B
TypeScript
import { UTMCookieSignature } from "../types/utm.type";
declare type CookiesType = {
httpOnly: boolean;
secure: boolean;
sameSite: 'none';
maxAge: number;
path: string;
};
export declare const cookiesSettings: CookiesType;
export declare const utmParams: Array<UTMCookieSignature>;
export {};