UNPKG

@microsoft/msgraph-beta-sdk-contacts

Version:
11 lines 377 B
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