We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547037b commit 5a8597bCopy full SHA for 5a8597b
src/ui.ts
@@ -95,7 +95,7 @@ export type ConsentManagerAPI = Readonly<{
95
showConsentManager(options?: ShowConsentManagerOptions): Promise<void>;
96
/** Set the current active language */
97
setActiveLocale(
98
- locale: ConsentManagerSupportedTranslationValue
+ locale: ConsentManagerSupportedTranslationValue,
99
): Promise<void>;
100
/** Get the currently active locale */
101
getActiveLocale: () => ConsentManagerSupportedTranslationValue;
0 commit comments