import RealmSwift public final class DebugInfo: Object, Decodable { @Persisted var autocod: DebugInfoEntry? @Persisted var vin01vin: DebugInfoEntry? @Persisted var vin01base: DebugInfoEntry? @Persisted var vin01history: DebugInfoEntry? @Persisted var nomerogram: DebugInfoEntry? }