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

Missing property country on CheckVersionOptions #22

Closed
rakumairu opened this issue Nov 22, 2021 · 1 comment
Closed

Missing property country on CheckVersionOptions #22

rakumairu opened this issue Nov 22, 2021 · 1 comment

Comments

@rakumairu
Copy link

When using typescript the property country is missing from the CheckVersionOptions interface

checkVersion({
    country: 'us' // throw: Object literal may only specify known properties, and 'country' does not exist in type 'CheckVersionOptions'
});
@tschoffelen
Copy link
Owner

tschoffelen commented Nov 22, 2021

Thanks for your message! Fixed in #25

tschoffelen added a commit that referenced this issue Nov 22, 2021
…-def

Add country in options Typescript def (fixes #22)
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

No branches or pull requests

2 participants