UNPKG

@microsoft/msgraph-beta-sdk-places

Version:
11 lines 365 B
import type { PlacesRequestBuilder } from "./places/index.js"; declare module "@microsoft/msgraph-beta-sdk" { interface GraphBetaServiceClient { /** * Provides operations to manage the places singleton. */ get places(): PlacesRequestBuilder; } } export * from "./placesServiceClient.js"; //# sourceMappingURL=index.d.ts.map