File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import type { Struct } from '@bufbuild/protobuf' ;
22import { MachineConnectionEvent } from '../events' ;
33import type { PoseInFrame , Transform } from '../gen/common/v1/common_pb' ;
4- import type proto from '../gen/robot/v1/robot_pb' ;
4+ import * as proto from '../gen/robot/v1/robot_pb' ;
55import type { ResourceName } from '../types' ;
6- import type { ModuleModel } from '../gen/robot/v1/robot_pb' ;
76
87export type CloudMetadata = proto . GetCloudMetadataResponse ;
98
@@ -151,7 +150,7 @@ export interface Robot {
151150 * @group Resources
152151 * @alpha
153152 */
154- getModelsFromModules ( ) : Promise < ModuleModel [ ] > ;
153+ getModelsFromModules ( ) : Promise < proto . ModuleModel [ ] > ;
155154
156155 /**
157156 * Get a list of all resources on the machine.
You can’t perform that action at this time.
0 commit comments