Type alias PreferenceCenter

PreferenceCenter: {
    display?: CommonDisplay;
    id: string;
    sections: Section[];
}

A preference center definition.

Property

the ID of the preference center

Property

a list of sections

Property

display information

Type declaration

Generated using TypeDoc