Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Aug 7, 2024
1 parent a0598b8 commit 037a35f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -52,7 +55,7 @@ export type GetTranscendPolicies = {
* @see https://app.transcend.io/privacy-center/policies
*/
policyTitles?: string[];
}
};

/**
* The returning Transcend policy
Expand All @@ -64,7 +67,7 @@ export type TranscendPolicy = {
title: string;
/** The policy content */
content: string;
}
};

/**
* Transcend Consent Manager external methods
Expand Down

0 comments on commit 037a35f

Please sign in to comment.