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