UNPKG

zaraz-ts

Version:

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

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