Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/minor

This commit is contained in:
Aiden McClelland
2024-08-19 21:39:45 -06:00
5 changed files with 419 additions and 353 deletions

View File

@@ -476,12 +476,11 @@ export type MigrationRes = {
}
export type ActionResult = {
version: "0"
message: string
value: null | {
value: string
copyable: boolean
qr: boolean
}
value: string | null
copyable: boolean
qr: boolean
}
export type SetResult = {
dependsOn: DependsOn