Andromida/AndromidaWidget/Models/WidgetEntry.swift

16 lines
402 B
Swift

import WidgetKit
import Foundation
struct WidgetEntry: TimelineEntry {
let date: Date
let configuration: ConfigurationAppIntent
let completionRate: Double
let currentStreak: Int
let nextHabits: [HabitEntry]
let weeklyTrend: [Double]
let currentTimeOfDay: String
let currentTimeOfDaySymbol: String
let currentTimeOfDayRange: String
let nextRitualInfo: String?
}