export interface Env {
  APP_ENV: string;
  MAILBOX_EMAIL: string;
  DB?: D1Database;
  TURNSTILE_SECRET_KEY?: string;
}
