@microsoft/msgraph-sdk-chats
Version:
Chats fluent API for Microsoft Graph
11 lines • 350 B
TypeScript
import type { ChatsRequestBuilder } from "./chats/index.js";
declare module "@microsoft/msgraph-sdk" {
interface GraphServiceClient {
/**
* Provides operations to manage the chats singleton.
*/
get chats(): ChatsRequestBuilder;
}
}
export * from "./chatsServiceClient.js";
//# sourceMappingURL=index.d.ts.map