diff --git a/src/edge-runtime.d.ts b/src/edge-runtime.d.ts index 7ef5cdb..8e3e89b 100644 --- a/src/edge-runtime.d.ts +++ b/src/edge-runtime.d.ts @@ -56,3 +56,7 @@ declare namespace Supabase { */ export const ai: Ai } + +declare namespace EdgeRuntime { + export function waitUntil(promise: Promise): Promise; +}