mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-05-29 08:51:20 +00:00
Fix type
This commit is contained in:
parent
c14344e054
commit
34ab91d703
@ -50,7 +50,7 @@ export type CallAquaFunctionArgs = {
|
|||||||
config: CallAquaFunctionConfig | undefined;
|
config: CallAquaFunctionConfig | undefined;
|
||||||
peer: FluencePeer;
|
peer: FluencePeer;
|
||||||
args: { [key: string]: JSONValue | ArgCallbackFunction };
|
args: { [key: string]: JSONValue | ArgCallbackFunction };
|
||||||
fireAndForget: boolean | undefined;
|
fireAndForget?: boolean | undefined;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CallAquaFunctionConfig = {
|
export type CallAquaFunctionConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user