You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in TypeScript, region and zone are expressed by string. This is not useful because we have to fill out the string on our own. Literal type helps here like:
type Region = 'asia-northeast1' | 'asia-northeast2' | .....;
readonly region?: Region;
Are you open to accept pull-requests for this? I'm keen to.
References
No response
Help Wanted
I'm interested in contributing a fix myself
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Description
Currently, in TypeScript,
region
andzone
are expressed bystring
. This is not useful because we have to fill out the string on our own. Literal type helps here like:Are you open to accept pull-requests for this? I'm keen to.
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: