the docs also say to do something like ```ts interface Env { MY_SERVICE: Service<MyService>; }```

the docs also say to do something like
interface Env {
  MY_SERVICE: Service<MyService>;
}
Was this page helpful?