UNPKG

@tmlmobilidade/types

Version:
8 lines (7 loc) 126 B
export interface WikiArticle { _id: string; html: string; order: number; tags: string[]; title: string; }