sdk-typescript
sdk-typescript copied to clipboard
[Bug] common package not importing @types/ms
The common package imports ms but not its types. As such, there is no validation on e.g. Duration props. However, if the package is pulled in from some other dependency, it will break any temporal usage that does not as const or explicitly type the props.