Interface DiagnosticConsentExperimental

interface DiagnosticConsent {
    grantedBy?: string;
    redactionAcknowledged: boolean;
    shareWithSupport: boolean;
}

Properties

grantedBy?: string
redactionAcknowledged: boolean
shareWithSupport: boolean