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