mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
update action response type
This commit is contained in:
@@ -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