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 230bada0..724a0b5a 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -297,6 +297,10 @@ namespace Translation {           */          dictionary: string;          /** +         * Database sequence number for the term. The value will be `-1` if there is no sequence. +         */ +        sequence: number; +        /**           * Tags for the definition.           */          tags: Tag[]; |