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:
@@ -4,6 +4,6 @@ import type { Version } from "./Version"
|
||||
|
||||
export type GetPackageResponseFull = {
|
||||
categories: string[]
|
||||
best: { [key in Version]?: PackageVersionInfo }
|
||||
otherVersions: { [key in Version]?: PackageVersionInfo }
|
||||
best: { [key: Version]: PackageVersionInfo }
|
||||
otherVersions: { [key: Version]: PackageVersionInfo }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user