update action response type

This commit is contained in:
Matt Hill
2021-09-27 14:43:13 -06:00
committed by Aiden McClelland
parent 443e313566
commit 596a06d25f

View File

@@ -255,7 +255,7 @@ export interface Log {
export interface ActionResponse {
message: string
value: string | number | boolean | null
value: string | null
copyable: boolean
qr: boolean
}