mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
remove sourceVersion and minor cleanup
This commit is contained in:
@@ -3,7 +3,6 @@ import { T } from '@start9labs/start-sdk'
|
||||
export type GetPackageReq = {
|
||||
id: string
|
||||
version: string | null
|
||||
sourceVersion: null // @TODO what is this?
|
||||
otherVersions: 'short'
|
||||
}
|
||||
export type GetPackageRes = T.GetPackageResponse & {
|
||||
@@ -13,9 +12,9 @@ export type GetPackageRes = T.GetPackageResponse & {
|
||||
export type GetPackagesReq = {
|
||||
id: null
|
||||
version: null
|
||||
sourceVersion: null
|
||||
otherVersions: 'short'
|
||||
}
|
||||
|
||||
export type GetPackagesRes = {
|
||||
[id: T.PackageId]: GetPackageRes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user