UNPKG

@microsoft/msgraph-sdk-sites

Version:
11 lines 350 B
import type { SitesRequestBuilder } from "./sites/index.js"; declare module "@microsoft/msgraph-sdk" { interface GraphServiceClient { /** * Provides operations to manage the sites singleton. */ get sites(): SitesRequestBuilder; } } export * from "./sitesServiceClient.js"; //# sourceMappingURL=index.d.ts.map