Minor refactoring (#6939)

This commit is contained in:
Nicolas Dorier
2025-10-07 17:06:26 +09:00
committed by GitHub
parent 5e9dca19d5
commit 84c2caf2c8
8 changed files with 81 additions and 14 deletions

View File

@@ -21,5 +21,6 @@ namespace BTCPayServer.Components.MainNav
public string Id { get; set; }
public string AppName { get; set; }
public string AppType { get; set; }
public AppData Data { get; set; }
}
}