- Preparing search index...
- The search index is not available
@escolalms/sdk
Type alias DictionariesWords
Dictionaries
Words
: { categories
: DictionariesWordsCategory[]; created_at
: string; data
?: { descriptions
?: DictionaryWordData[]; }; description
?: string; dictionary_id
: number; id
: number; updated_at
: string; word
: string; }
Type declaration
-
-
created_at: string
-
Optional
data?: {
descriptions?: DictionaryWordData[];
}
-
Optional
description?: string
-
dictionary_id: number
-
id: number
-
updated_at: string
-
word: string