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
TS2739: Type '{ id: any; name: any; }' is missing the following properties from type 'Store': createdBy, createdDate, lastModifiedBy, lastModifiedDate.
update: same happends changing them to private.
The text was updated successfully, but these errors were encountered:
Hi @apklein, thanks for the feedback. Is the problem that you want to ignore those protected/private properties in TypeScript? If so, you can use @JsonIgnore as described in this doc.
update: same happends changing them to private.
The text was updated successfully, but these errors were encountered: