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