mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
documentdb: update _ts property type
_ts (retrieved from documentdb documents) is a number (not a string)
This commit is contained in:
Vendored
+1
-1
@@ -133,7 +133,7 @@ export interface AbstractMeta extends UniqueId {
|
||||
_self: string;
|
||||
|
||||
/** The time the object was created. */
|
||||
_ts: string;
|
||||
_ts: string | number;
|
||||
|
||||
_rid?: string;
|
||||
_etag?: string;
|
||||
|
||||
Reference in New Issue
Block a user