Skip to content

Commit

Permalink
Merge pull request #92 from nyannyacha/fix-add-wait-until-typing
Browse files Browse the repository at this point in the history
fix: add a type for `EdgeRuntime.waitUntil`
  • Loading branch information
laktek authored Dec 18, 2024
2 parents 4866db0 + 137c598 commit f1081e9
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 f1081e9

Please sign in to comment.