UNPKG

hud-ai

Version:
8 lines (7 loc) 133 B
export interface UserPerson { id: string; userId?: string; personId: string; createdAt: Date; updatedAt: Date; }