lewa/words/types/ContentWord.dhall

6 lines
180 B
Plaintext
Raw Normal View History

2020-05-17 21:23:39 +00:00
{ Type =
{ word : Text, gloss : Text, definition : Text, usageExamples : List Text }
, default =
{ word = "", gloss = "", definition = "", usageExamples = [] : List Text }
}