@zealicsolutions/web-ui 0.3.42 → 0.3.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ export declare type Consent = {
10
10
  acknowledgment: CustomDescendant[];
11
11
  methodOfCapture: ConsentCaptureMethod;
12
12
  description: string;
13
- language: string;
13
+ language: CustomDescendant[];
14
14
  expiration: string;
15
15
  confirmationButtonText: string;
16
16
  rejectionButtonText: string;