use PathBuf;
use crateFlowDir;
/// Path to the file that stores items' states.
///
/// Typically `$workspace_dir/.peace/$profile/$flow_id/params_specs.yaml`.
///
/// See `ParamsSpecsFile::from<&FlowDir>` if you want to construct a
/// `ParamsSpecsFile` with the conventional `$flow_dir/params_specs.yaml`
/// path.
;
cratepathbuf_newtype!;