UNPKG

hud-ai

Version:
9 lines (8 loc) 193 B
import { BasicKeyTerm } from './KeyTerm'; export interface UserKeyTerm extends BasicKeyTerm { id: string; userId?: string; term: string; createdAt: Date; updatedAt: Date; }