UNPKG

hud-ai

Version:
8 lines (7 loc) 137 B
export interface UserIndustry { id: string; userId?: string; industryId: string; createdAt: Date; updatedAt: Date; }