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
In the interface: ReferenceEntityRecordAllOfEmbeddedItemsInnerAllOfValuesValueInner the fields channel and locale cannot be optional since they are required by the backend. They should be of type string | null.
Also the data needs to be string.
The text was updated successfully, but these errors were encountered:
In the interface:
ReferenceEntityRecordAllOfEmbeddedItemsInnerAllOfValuesValueInner
the fieldschannel
andlocale
cannot be optional since they are required by the backend. They should be of typestring | null
.Also the
data
needs to bestring
.The text was updated successfully, but these errors were encountered: