export enum UNComponentsSnapshotProtectionStrategy { FullProtection = 'fullProtection', None = 'none' } export interface UNComponentsSecuritySettings { snapshotProtectionStrategy: UNComponentsSnapshotProtectionStrategy }