UNPKG

hud-ai

Version:
9 lines (8 loc) 161 B
export interface UserSavedItem { id: string; userId: string; contentType: string; contentId: string; createdAt: Date; updatedAt: Date; }