interface Dictionary {
    languageId: string;
    words: string[];
}

Properties

Properties

languageId: string
words: string[]