Documentation
    Preparing search index...

    Type Alias TrackingConsent

    type TrackingConsent = {
        GRANTED: "granted";
        NOT_GRANTED: "not-granted";
    }
    Index

    Properties

    Properties

    GRANTED: "granted" = 'granted'
    NOT_GRANTED: "not-granted" = 'not-granted'