We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have teams in Azure that want to specify durations in milliseconds but can't use duration because https://typespec.io/docs/standard-library/reference/js-api/type-aliases/durationknownencoding/ only supports ISO8601 and seconds.
duration
ISO8601
seconds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clear and concise description of the problem
We have teams in Azure that want to specify durations in milliseconds but can't use
duration
because https://typespec.io/docs/standard-library/reference/js-api/type-aliases/durationknownencoding/ only supportsISO8601
andseconds
.Checklist
The text was updated successfully, but these errors were encountered: