@c15t/nextjs
Version:
Developer-first CMP for Next.js: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization.
5 lines • 334 B
TypeScript
import type { ContractsOutputs } from '@c15t/backend/contracts';
type ShowConsentBanner = ContractsOutputs['consent']['showBanner'] | undefined;
export declare function getC15TInitialData(backendURL: string, initialHeaders: Headers | Promise<Headers>): Promise<ShowConsentBanner>;
export {};
//# sourceMappingURL=initial-data.d.ts.map