Add fla back

This commit is contained in:
Cyrus Najmabadi 2020-01-14 13:46:39 -08:00
parent e83975dd39
commit 3257976b88

View file

@ -34,4 +34,10 @@ export interface InvokeOptions {
* invoke.
*/
version?: string;
/**
* Invoke this function asynchronously. If 'true' is passed in here, then an invoked function
* will only supply the `Promise<>` side of its result.
*/
async?: boolean;
}