1use vs_plugin_api::InstalledRuntime; 2 3/// Metadata persisted after a successful install. 4pub type InstallReceipt = InstalledRuntime;