mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-18 20:16:50 +08:00
documentdb: update _ts property type
_ts (retrieved from documentdb documents) is a number (not a string)
This commit is contained in:
2
types/documentdb/index.d.ts
vendored
2
types/documentdb/index.d.ts
vendored
@@ -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