CLI: fix nodes canvas snapshot option typing
parent
f237222bc9
commit
c34da133f6
|
|
@ -25,6 +25,7 @@ type NodesRpcOpts = {
|
||||||
invokeTimeout?: string;
|
invokeTimeout?: string;
|
||||||
idempotencyKey?: string;
|
idempotencyKey?: string;
|
||||||
facing?: string;
|
facing?: string;
|
||||||
|
format?: string;
|
||||||
maxWidth?: string;
|
maxWidth?: string;
|
||||||
quality?: string;
|
quality?: string;
|
||||||
duration?: string;
|
duration?: string;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue