We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71f9bda + 3b1d15c commit c262698Copy full SHA for c262698
packages/core/functions-js/src/edge-runtime.d.ts
@@ -56,3 +56,7 @@ declare namespace Supabase {
56
*/
57
export const ai: Ai
58
}
59
+
60
+declare namespace EdgeRuntime {
61
+ export function waitUntil<T>(promise: Promise<T>): Promise<T>;
62
+}
0 commit comments