1// Generated by Wrangler by running `wrangler types` 2 3interface Env { 4 ROCKSKY_BUCKET: R2Bucket; 5 JWT_SECRET: string; 6}