UNPKG

@microsoft/msgraph-beta-sdk-devices

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