@qbraid-core/devices
Version:
Client for the qBraid Quantum Devices service.
8 lines (7 loc) • 371 B
TypeScript
/**
* @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';