@microsoft/msgraph-beta-sdk-contacts
Version:
Contacts fluent API for Microsoft Graph
11 lines • 377 B
TypeScript
import type { ContactsRequestBuilder } from "./contacts/index.js";
declare module "@microsoft/msgraph-beta-sdk" {
interface GraphBetaServiceClient {
/**
* Provides operations to manage the contacts singleton.
*/
get contacts(): ContactsRequestBuilder;
}
}
export * from "./contactsServiceClient.js";
//# sourceMappingURL=index.d.ts.map