Skip to content

Commit

Permalink
fix: add a type for EdgeRuntime.waitUntil
Browse files Browse the repository at this point in the history
  • Loading branch information
nyannyacha committed Dec 16, 2024
1 parent 4866db0 commit 137c598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/edge-runtime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ declare namespace Supabase {
*/
export const ai: Ai
}

declare namespace EdgeRuntime {
export function waitUntil<T>(promise: Promise<T>): Promise<T>;
}

0 comments on commit 137c598

Please sign in to comment.