Ayfri
08/22/2022, 4:54 AMPartial<something>
? It would set all the external fields to nullable and override ones from the parents.Partial
, we could change the prefix or the resulting name using arguments, I've never used KSP before so this is why I'm asking this. If someone is able to try creating that, then it is also a request :)Grégory Lureau
08/22/2022, 8:57 AMAyfri
08/22/2022, 11:13 AMPartial<T>
type, instead of creating a similar interface of the T type but with all fields nullable, which is the more viable solution for nowLukáš Kúšik
08/22/2022, 11:18 AMAyfri
08/22/2022, 11:31 AMLukáš Kúšik
08/22/2022, 11:33 AMAyfri
08/22/2022, 11:37 AMundefined
and null
, so it's already a standard in JS that optional fields "could" be nullLukáš Kúšik
08/22/2022, 11:40 AM