Defining a Mutable Class Schema in TypeScript
is is possible to define a class schema as mutable?
something like
i tried
but it says: Type 'Person' recursively references itself as a base type.(2310)
something like
i tried
but it says: Type 'Person' recursively references itself as a base type.(2310)
