UNPKG

@qbraid-core/devices

Version:
8 lines (7 loc) 371 B
/** * @module devices */ export { QuantumDevicesClient, QuantumDevicesClientV1 } from './client'; export type { Device, DevicePricing, DeviceQueryParams } from './types'; export type { PlatformDevice, DeviceQueryParamsV1, DevicePricingV1, PricingModelV1, Vendor, DeviceType, ExperimentType, } from './types'; export { DeviceStatus, DeviceVerification } from './types';