Skip to content

Commit 15f7501

Browse files
Rick-Huismanrick
andauthored
chore: export GoalStatus (#1121)
Co-authored-by: rick <[email protected]>
1 parent 57bae0d commit 15f7501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/roslib/src/RosLib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export { default as Topic } from "./core/Topic.ts";
1111
export { default as Param } from "./core/Param.ts";
1212
export { default as Service } from "./core/Service.ts";
1313
export { default as Action } from "./core/Action.ts";
14-
export { type GoalStatus } from "./core/GoalStatus.ts";
14+
export { GoalStatus } from "./core/GoalStatus.ts";
1515

1616
// Core Transport exports
1717
export {

0 commit comments

Comments
 (0)