@qbraid-core/compute
Version:
Client for the qBraid Compute service.
7 lines (6 loc) • 361 B
TypeScript
/**
* @module compute
*/
export { ComputeManagerClient, ComputeManagerClientV1 } from './client';
export type { ComputeProfile, UserServerStatus, LabTokenResponse } from './types';
export type { ComputeProfileV1, ProfileQueryParamsV1, ServerStartResponseV1, ServerStopResponseV1, ServerStatusResponseV1, ProfileCost, SessionTokenResponseV1, } from './types';