@wandelbots/nova-js
Version:
Official JS client for the Wandelbots API
4 lines • 351 B
TypeScript
import type { GetTrajectoryResponse } from "@wandelbots/nova-api/v1";
import type { NovaCellAPIClient } from "./NovaCellAPIClient";
export declare function getLatestTrajectories(apiClient: NovaCellAPIClient, sampleTime?: number, responsesCoordinateSystem?: string): Promise<GetTrajectoryResponse[]>;
//# sourceMappingURL=getLatestTrajectories.d.ts.map