chore(DF): Check can be considered bool
This commit is contained in:
parent
81d059879d
commit
efc5f89227
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Autocomplete = Data
|
|||
Attach = Data
|
||||
AttachImage = Data
|
||||
Barcode = Data
|
||||
Check = int
|
||||
Check = bool | int
|
||||
Code = Text
|
||||
Color = str
|
||||
Currency = float
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue