We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a17e7f commit dd24ad9Copy full SHA for dd24ad9
design/kiota-e2e.md
@@ -115,6 +115,7 @@ npm install @microsoft/kiota-authentication-azure --save
115
// App.ts
116
117
import { Client } from "@microsoft/msgraph-sdk-javascript-core";
118
+import { User, Message, BodyType } from "@microsoft/msgraph-sdk-javascript-core-types";
119
import { AzureIdentityAuthenticationProvider } from "@microsoft/kiota-authentication-azure";
120
import { DeviceCodeCredential } from "@azure/identity";
121
0 commit comments