mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
update action response type
This commit is contained in:
committed by
Aiden McClelland
parent
443e313566
commit
596a06d25f
@@ -255,7 +255,7 @@ export interface Log {
|
|||||||
|
|
||||||
export interface ActionResponse {
|
export interface ActionResponse {
|
||||||
message: string
|
message: string
|
||||||
value: string | number | boolean | null
|
value: string | null
|
||||||
copyable: boolean
|
copyable: boolean
|
||||||
qr: boolean
|
qr: boolean
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user