UNPKG

hud-ai

Version:
10 lines (9 loc) 193 B
export interface UserContentItemReaction { id: string; userId: string; contentType: string; contentId: string; reaction: string; createdAt: Date; updatedAt: Date; }