UNPKG

hud-ai

Version:
11 lines (10 loc) 238 B
export interface BasicArticleGeography { geography: string; } export interface ArticleGeography extends BasicArticleGeography { id: string; articleId: string; geography: string; createdAt: Date; updatedAt: Date; }