1 import type { UserSettings } from '../interfaces';
2 import { SETTINGS_PROTON_SENTINEL_STATE } from '../interfaces';
4 export const isProtonSentinelEligible = (userSettings: UserSettings) => {
6 !!userSettings.HighSecurity.Eligible ||
7 userSettings.HighSecurity.Value === SETTINGS_PROTON_SENTINEL_STATE.ENABLED