Answer the question
In order to leave comments, you need to log in
Is there an option to not duplicate object properties?
Is it possible to not duplicate arguments? Instead of
method({arg, arg1, arg2, arg3} : {arg: string, arg1:string, arg2: string, arg3: string}))
method({arg: string, arg1:string, arg2: string, arg3: string}))
method(info: {arg: string, arg1:string, arg2: string, arg3: string}))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question