export interface Word { name: string identifier: string } export type Words = Record