summaryrefslogtreecommitdiff
path: root/source/globals.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/globals.d.ts')
-rw-r--r--source/globals.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/globals.d.ts b/source/globals.d.ts
index a88d8dd0..5b7634a2 100644
--- a/source/globals.d.ts
+++ b/source/globals.d.ts
@@ -1,4 +1,5 @@
type AnyObject = Record<string, any>;
+type AsyncVoidFunction = () => Promise<void>;
interface FeatureInfo {
name: string;