UNPKG

hud-ai

Version:
10 lines (9 loc) 170 B
export interface TextCorpus { id: string; createdAt: Date; updatedAt: Date; type: string; userId: string; body: string; parsedBody: string; }