interface ListConsentDecisionsOptions {
    identifier?: string;
    limit?: number;
    offset?: number;
    orderBy?: string;
}

Hierarchy (view full)

Properties

identifier?: string
limit?: number
offset?: number
orderBy?: string