// LoopFollow // ContactIncludeOption.swift // Created by Jonas Björkert on 2025-02-23. enum ContactIncludeOption: String, Codable, Equatable, CaseIterable { case off = "Off" case include = "Include" case separate = "Separate" }