sdk-typescript icon indicating copy to clipboard operation
sdk-typescript copied to clipboard

[Bug] common package not importing @types/ms

Open cosn opened this issue 1 year ago • 1 comments

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.

cosn avatar Apr 03 '25 02:04 cosn