UNPKG

hud-ai

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