UNPKG

@microsoft/msgraph-beta-sdk-drives

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