update action response type

This commit is contained in:
Matt Hill
2021-09-27 14:43:13 -06:00
parent 69484c8f35
commit cf0b030061

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
}