-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
Hi - I'm quite new to this so perhaps I am missing something obvious.
I'm looking for a way to declare a property as optional (https://www.typescriptlang.org/docs/handbook/interfaces.html#optional-properties).
I see that I can use declarePropertiesAsOptional , which makes them all optional, and @transient, to exclude them, but I can't find a way of making particular properties optional.
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels