chore: @todo for changelog_pretty

This commit is contained in:
Zack Spear
2024-01-29 20:21:39 -08:00
committed by Zack Spear
parent cb4cc989c7
commit 5455e211bc

View File

@@ -55,6 +55,8 @@ export interface ServerUpdateOsResponse {
date: string; // "2023-12-13"
isNewer: boolean; // false
changelog?: string; // "https://raw.githubusercontent.com/unraid/docs/main/docs/unraid-os/release-notes/6.13.0-beta0.27.md"
/** @todo have Eli return this when applicable */
changelog_pretty?: string; // "https://docs.unraid.net/unraid-os/release-notes/6.12.6/"
sha256?: string;
}