compose: cloud releases support

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-01-20 15:38:48 +01:00
parent 2925ff2bef
commit 1229986252
3 changed files with 59 additions and 10 deletions

View File

@@ -15,6 +15,7 @@
*/
export interface DownloadVersion {
key: string;
version: string;
downloadURL: string;
releasesURL: string;