mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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 {
|
||||
message: string
|
||||
value: string | number | boolean | null
|
||||
value: string | null
|
||||
copyable: boolean
|
||||
qr: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user