It would just be ```ts interface Platform { env: { db: D1Database; }; } ```, not with enviro

It would just be
interface Platform {
  env: {
    db: D1Database;
  };
}
, not with environments
Was this page helpful?