diff options
Diffstat (limited to 'docs/interfaces')
| -rw-r--r-- | docs/interfaces/dictionary-entry.ts | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index facca6e5..230bada0 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -205,6 +205,10 @@ namespace Translation {           */          sequence: number;          /** +         * The dictionary that the sequence number originated from, or `null` if there is no sequence. +         */ +        sequenceDictionary: string; +        /**           * A list of inflections that was applied to get the term.           */          inflections: string[]; |