UNPKG

hud-ai

Version:
8 lines (7 loc) 135 B
export interface UserCompany { id: string; userId?: string; companyId: string; createdAt: Date; updatedAt: Date; }