Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConsentsListResponse

Hierarchy

  • ConsentsListResponse

Index

Properties

Properties

consents

consents: { data: Consent[]; data_ref: "data"; object: "list"; total: number }

Type declaration

  • data: Consent[]
  • data_ref: "data"
  • object: "list"
  • total: number

groups

groups: { data: ConsentGroup[]; data_ref: "data"; object: "list"; total: number }

Type declaration

  • data: ConsentGroup[]
  • data_ref: "data"
  • object: "list"
  • total: number