Skip to main content

Interface: DictionaryEntryRow

Defined in: Data/Core/RowTypes.ts:133

Row from the dictionary_entry table

Extends

  • BaseRow

Indexable

[key: string]: unknown

Properties

content_file?

optional content_file?: string

Defined in: Data/Core/RowTypes.ts:146


definition?

optional definition?: string

Defined in: Data/Core/RowTypes.ts:140


entry_id

entry_id: number

Defined in: Data/Core/RowTypes.ts:134


entry_key

entry_key: string

Defined in: Data/Core/RowTypes.ts:135


etymology?

optional etymology?: string

Defined in: Data/Core/RowTypes.ts:141


example_verses?

optional example_verses?: string

Defined in: Data/Core/RowTypes.ts:145


metadata?

optional metadata?: string

Defined in: Data/Core/RowTypes.ts:147


part_of_speech?

optional part_of_speech?: string

Defined in: Data/Core/RowTypes.ts:139


pronunciation?

optional pronunciation?: string

Defined in: Data/Core/RowTypes.ts:138


optional related_words?: string

Defined in: Data/Core/RowTypes.ts:144


semantic_range?

optional semantic_range?: string

Defined in: Data/Core/RowTypes.ts:143


transliteration?

optional transliteration?: string

Defined in: Data/Core/RowTypes.ts:137


usage_notes?

optional usage_notes?: string

Defined in: Data/Core/RowTypes.ts:142


word?

optional word?: string

Defined in: Data/Core/RowTypes.ts:136