mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: reimplement refactor for the changes (#2716)
* chore: reimplement refactor for the changes * chore: Make it so even more cases are caught on the transformation * Update container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts * chore: Update the types of the action result because it wasnt matching what was in the action.rs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user