mirror of
https://github.com/unraid/api.git
synced 2026-05-09 08:41:12 -05:00
fix: ServerUpdateOsResponse type
This commit is contained in:
+2
-2
@@ -54,10 +54,10 @@ export interface ServerUpdateOsResponse {
|
||||
name: string; // "Unraid 6.13.0-beta0.27"
|
||||
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"
|
||||
changelog: string | null; // "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;
|
||||
sha256: string | null;
|
||||
}
|
||||
|
||||
export interface Server {
|
||||
|
||||
Reference in New Issue
Block a user