diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/interfaces/dictionary-entry.ts | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index 2a58f5dc..da2a0151 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -192,9 +192,9 @@ namespace Translation {       */      export interface TermDictionaryEntry extends DictionaryEntry {          /** -         * Database ID for the term, or `-1` if multiple entries have been merged. +         * Database IDs for the term.           */ -        id: number; +        ids: number[];          /**           * Whether or not any of the sources is a primary source. Primary sources are derived from the           * original search text, while non-primary sources originate from related terms. |