type Environment = { Bindings: { ENV: string DB: D1Database, JWT_SECRET: string JWT_EXPIRATION: number REGISTRATION_ENABLED: boolean } Variables: {} }