export const SuperAdminTrustedDeviceMessages = { NOT_FOUND: 'Trusted device not found', DELETED: 'Trusted device deleted successfully', EXPIRED: 'Trusted device has expired', ADDED_SUCCESS: 'Device added to trusted devices', REMOVED_SUCCESS: 'Device removed from trusted devices', ALL_REMOVED: 'All trusted devices removed successfully', };