export interface WiktionaryCategory { name: string; description: string; parents: string[]; }