Skip to content

Commit dd24ad9

Browse files
Adding types from our package
1 parent 7a17e7f commit dd24ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

design/kiota-e2e.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ npm install @microsoft/kiota-authentication-azure --save
115115
// App.ts
116116

117117
import { Client } from "@microsoft/msgraph-sdk-javascript-core";
118+
import { User, Message, BodyType } from "@microsoft/msgraph-sdk-javascript-core-types";
118119
import { AzureIdentityAuthenticationProvider } from "@microsoft/kiota-authentication-azure";
119120
import { DeviceCodeCredential } from "@azure/identity";
120121

0 commit comments

Comments
 (0)