This commit is contained in:
Akim Mamedov 2023-11-16 02:56:30 +07:00
parent c14344e054
commit 34ab91d703

View File

@ -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 = {