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
given datatype metadata = MetadataIdentifier(string) | MetadataMap(map(string, string)) it could be helpful to easily check if a value is of variant MetadataIdentifier or MetadataMap
The text was updated successfully, but these errors were encountered:
as discussed in chat.
given
datatype metadata = MetadataIdentifier(string) | MetadataMap(map(string, string))
it could be helpful to easily check if a value is of variantMetadataIdentifier
orMetadataMap
The text was updated successfully, but these errors were encountered: