mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
node-uuid: Use proper OR-type
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ interface UUIDOptions {
|
||||
* (Number | Date) Time in milliseconds since unix Epoch.
|
||||
* Default: The current time is used.
|
||||
*/
|
||||
msecs?: any
|
||||
msecs?: number|Date
|
||||
|
||||
/**
|
||||
* (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if msecs is unspecified.
|
||||
|
||||
Reference in New Issue
Block a user