pub type PackageLinkedResponse = PackageLinkedResponse;
pub struct PackageLinkedResponse { pub commands: Vec<String>, }
commands: Vec<String>