mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
revert to ts-rs v9
This commit is contained in:
@@ -5,6 +5,6 @@ import type { Version } from "./Version"
|
||||
|
||||
export type GetPackageResponse = {
|
||||
categories: string[]
|
||||
best: { [key in Version]?: PackageVersionInfo }
|
||||
otherVersions?: { [key in Version]?: PackageInfoShort }
|
||||
best: { [key: Version]: PackageVersionInfo }
|
||||
otherVersions?: { [key: Version]: PackageInfoShort }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user