use std::path::PathBuf; pub struct JVWorkspaceCreateInput { pub path: PathBuf, }