Interface ResolvedTodayVariable

interface ResolvedTodayVariable {
    date: Date;
    value: string;
    variable: AIVariable;
}

Hierarchy (view full)

Properties

Properties

date: Date
value: string
variable: AIVariable