interface Consent {
    accepted: boolean;
    consent_id: string;
    consent_version_id: string;
    creation_time: string;
}

Properties

accepted: boolean

Consent Status whether it has been accepted

consent_id: string

Unique identifier for the consent

consent_version_id: string

Unique identifier for one particular consent version

creation_time: string

Time when the consent is created