Skip to main content
Go to Latest
File
export interface Context { env: darkflare.Environment waitUntil: (promise: Promise<unknown>) => void}