Skip to content

TConsentChangeEvent object

TConsentChangeEvent is an object which represents options of a filter and consists of the following fields:

type TConsentChangeEvent = {
    name: TConsentName | string;
    checked: boolean
};

TConsentName

TConsentName represents one of the available Consent Names.