@joblist/components - v0.3.4
    Preparing search index...

    Interface DataCompliance

    interface DataCompliance {
        demographic_data_consent_applies: boolean;
        requires_consent: boolean;
        requires_processing_consent: boolean;
        requires_retention_consent: boolean;
        retention_period: string;
        type: string;
    }
    Index

    Properties

    demographic_data_consent_applies: boolean

    Whether demographic consent applies

    requires_consent: boolean

    Whether consent is required

    requires_processing_consent: boolean

    Whether processing consent is required

    requires_retention_consent: boolean

    Whether retention consent is required

    retention_period: string

    Data retention period

    type: string

    Compliance type (e.g., "gdpr")