-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parsable interface split #1315
parsable interface split #1315
Conversation
f63f02a
to
d348932
Compare
Signed-off-by: Vincent Biret <[email protected]>
d348932
to
f9531dd
Compare
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
@baywet |
* Gets the additional data for this object that did not belong to the properties. | ||
* @return The additional data for this object. | ||
*/ | ||
additionalData: Map<string, unknown>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could merge #1328 here. Using Record instead of Map
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to go ahead and merge this PR, this way you can rebase #1328
fixes #737
Generation diff
microsoft/kiota-samples#544
TODO
CSharp
Go
Java
TypeScript
Global