UNPKG

@usercentrics/cmp-browser-sdk

Version:
3 lines (2 loc) 208 B
import { LegacyStorageSettings, MigratedStorageSettings } from './interfaces'; export declare const mapLegacyStorageSettings: (legacyStorageSettings: LegacyStorageSettings) => MigratedStorageSettings | null;