Skip to content

Commit b876c16

Browse files
committed
Update ok_response.rs
1 parent 11f4887 commit b876c16

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modeling-cmds/src/ok_response.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ define_ok_modeling_cmd_response_enum! {
1010
use schemars::JsonSchema;
1111
use serde::{Deserialize, Serialize};
1212
use uuid::Uuid;
13-
use crate::shared::CameraSettings;
14-
use crate::shared::CameraViewState;
13+
use crate::shared::{
14+
CameraSettings,
15+
CameraViewState,
16+
BodyType,
17+
};
1518

1619
use crate::{self as kittycad_modeling_cmds};
1720
use crate::{
@@ -82,6 +85,7 @@ define_ok_modeling_cmd_response_enum! {
8285
/// The response from the `Solid3dGetBodyType` endpoint.
8386
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]
8487
pub struct Solid3dGetBodyType {
88+
/// The body type
8589
pub body_type: BodyType,
8690
}
8791

0 commit comments

Comments
 (0)