bsdd - expose bsdd props descriptions to ui

Example - https://imgur.com/a/xUUeuF5
This commit is contained in:
Andrej730
2024-07-26 11:45:44 +05:00
parent 4aa3ffb765
commit ee5c401823
4 changed files with 27 additions and 8 deletions
+2
View File
@@ -31,6 +31,8 @@ __version__ = version = "0.0.0"
Status = Literal["Preview", "Active", "Inactive"]
ClassTypes = Literal["Class", "GroupOfProperties", "AlternativeUse", "Material"]
# NOTE: Some values in TypedDicts are actually not guaranteed to be provided
# and should be typed with NotRequired.
class DictionaryContractV1(TypedDict):
uri: str