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