UNPKG

hud-ai

Version:
8 lines (7 loc) 142 B
export interface UserJobFunction { id: string; userId: string; jobFunctionId: string; createdAt: Date; updatedAt: Date; }