UNPKG

hud-ai

Version:
11 lines (10 loc) 196 B
export interface UserContact { id: string; userId: string; companyId: string; name: string; email: string; phoneNumber: string; createdAt: Date; updatedAt: Date; }