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:
@@ -20,9 +20,9 @@ export type PackageDataEntry = {
|
||||
icon: DataUrl
|
||||
lastBackup: string | null
|
||||
currentDependencies: CurrentDependencies
|
||||
actions: { [key in ActionId]?: ActionMetadata }
|
||||
tasks: { [key in ReplayId]?: TaskEntry }
|
||||
serviceInterfaces: { [key in ServiceInterfaceId]?: ServiceInterface }
|
||||
actions: { [key: ActionId]: ActionMetadata }
|
||||
tasks: { [key: ReplayId]: TaskEntry }
|
||||
serviceInterfaces: { [key: ServiceInterfaceId]: ServiceInterface }
|
||||
hosts: Hosts
|
||||
storeExposedDependents: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user