lewa/words/types/ContentWord.dhall

6 lines
180 B
Plaintext

{ Type =
{ word : Text, gloss : Text, definition : Text, usageExamples : List Text }
, default =
{ word = "", gloss = "", definition = "", usageExamples = [] : List Text }
}