export type Word = { stem?: string; principleParts?: any; indicatives?: any; }; export type Morphcat = string; // type NeededUnionType = typeof list[number];