adds "None" type to AttributeType type

This commit is contained in:
Mose Müller 2024-04-29 15:08:06 +02:00
parent 02f1dba0f3
commit 31f1c9a8ce

View File

@ -22,6 +22,7 @@ type AttributeType =
| 'float' | 'float'
| 'int' | 'int'
| 'Quantity' | 'Quantity'
| 'None'
| 'list' | 'list'
| 'dict' | 'dict'
| 'method' | 'method'