UNPKG

hud-ai

Version:
9 lines (8 loc) 162 B
export interface UserSource { id: string; userId: string; reliabilityScore: number; sourceId: string; createdAt: Date; updatedAt: Date; }