mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:20:47 +08:00
7 lines
173 B
C#
7 lines
173 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public sealed record AirAppPackageInstallResult(
|
|
AirAppManifest Manifest,
|
|
bool ReplacedExisting,
|
|
bool RestartRequired);
|