UNPKG

hud-ai

Version:
9 lines (8 loc) 167 B
export interface UserDigestSubscription { id: string; dayOfWeek: string; isoHour: string; userId?: string; createdAt: Date; updatedAt: Date; }