revert to ts-rs v9

This commit is contained in:
Aiden McClelland
2025-08-16 22:33:53 -06:00
parent d06c443c7d
commit f7f0b7dc1a
26 changed files with 241 additions and 241 deletions

View File

@@ -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[]
}