```ts export default { fetch: app.fetch, scheduled: async (c, env, ctx) => {} } satisfies Export

export default {
  fetch: app.fetch,
  scheduled: async (c, env, ctx) => {}
} satisfies ExportedHandler<Env>;

@Hello, I’m Allie! this more correct i think
Was this page helpful?