mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
* update marketplace url to reflect build version * adjust marketplace config * use helper function to compare urls * rework some registry stuff * #2900, #2899, and other registry changes * alpha.1 * trailing / * add startosRegistry * fix migration --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
12 lines
416 B
TypeScript
12 lines
416 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { PackageDetailLevel } from "./PackageDetailLevel"
|
|
import type { PackageId } from "./PackageId"
|
|
import type { Version } from "./Version"
|
|
|
|
export type GetPackageParams = {
|
|
id: PackageId | null
|
|
targetVersion: string | null
|
|
sourceVersion: Version | null
|
|
otherVersions: PackageDetailLevel
|
|
}
|