@microsoft/msgraph-sdk-drives
Version:
Drives fluent API for Microsoft Graph
11 lines • 356 B
TypeScript
import type { DrivesRequestBuilder } from "./drives/index.js";
declare module "@microsoft/msgraph-sdk" {
interface GraphServiceClient {
/**
* Provides operations to manage the drives singleton.
*/
get drives(): DrivesRequestBuilder;
}
}
export * from "./drivesServiceClient.js";
//# sourceMappingURL=index.d.ts.map