From 037a35f777347f88d64281c76b5abe4c5362712d Mon Sep 17 00:00:00 2001 From: michaelfarrell76 Date: Tue, 6 Aug 2024 22:30:08 -0700 Subject: [PATCH] fixes --- src/ui.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ui.ts b/src/ui.ts index bab769e..a3bb72d 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -3,7 +3,10 @@ import * as t from 'io-ts'; // main import { ObjByString, applyEnum, valuesOf } from '@transcend-io/type-utils'; -import { ConsentManagerLanguageKey, LanguageKey } from '@transcend-io/internationalization'; +import { + ConsentManagerLanguageKey, + LanguageKey, +} from '@transcend-io/internationalization'; // local import { @@ -52,7 +55,7 @@ export type GetTranscendPolicies = { * @see https://app.transcend.io/privacy-center/policies */ policyTitles?: string[]; -} +}; /** * The returning Transcend policy @@ -64,7 +67,7 @@ export type TranscendPolicy = { title: string; /** The policy content */ content: string; -} +}; /** * Transcend Consent Manager external methods