@microsoft/msgraph-beta-sdk-places
Version:
Places fluent API for Microsoft Graph
11 lines • 365 B
TypeScript
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