Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(env): Property 'xxx' does not exist on type 'Env'. #190

Closed
wants to merge 1 commit into from

Conversation

metrue
Copy link
Contributor

@metrue metrue commented May 1, 2022

make the Env interface [string:string], to fix the issue Property 'xxx' does not exist on type 'Env'. when we're trying to get the env 'xxx' from ctx.env with ctx.env.xxx

…roperty 'xxx' does not exist on type 'Env'.` when we're trying to get the env 'xxx' from ctx.env with ctx.env.xxx
yusukebe added a commit that referenced this pull request May 1, 2022
This is test is based on #190
yusukebe added a commit that referenced this pull request May 1, 2022
* feat: enable adding types for Env variables

* Update overload

* add test

This is test is based on #190
@yusukebe
Copy link
Member

yusukebe commented May 1, 2022

Hi @metrue

I've written the same thing. This issue is fixed in #191 .

@yusukebe yusukebe closed this May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants