UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines (7 loc) 198 B
export enum UNSnapshotProtectionStrategy { FullProtection = 'fullProtection', None = 'none' } export interface UNSecuritySettings { snapshotProtectionStrategy: UNSnapshotProtectionStrategy }