You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kamforka
changed the title
Investigate the usefulness of TypedDict ReadOnly property in thehive4py types
Investigate the usefullness of the TypedDict.ReadOnly property in output types
Oct 1, 2024
Kamforka
changed the title
Investigate the usefullness of the TypedDict.ReadOnly property in output types
Investigate the usefulness of the TypedDict.ReadOnly property in output types
Oct 4, 2024
Official docs of TypedDict.ReadOnly: https://docs.python.org/3.13/library/typing.html#typing.ReadOnly
It might make sense to add it to
*Output
types and for properties like:_id
_createdAt
_createdBy
_updatedAt
_updatedBy
The text was updated successfully, but these errors were encountered: