UNPKG

zaraz-ts

Version:

Zaraz TS - A type-safe wrapper around the Cloudflare Zaraz Web API.

7 lines (6 loc) 162 B
/** * Set the consent status for some purposes using the purpose ID. */ export declare function set(consentPreferences: { [key: string]: boolean; }): void;