Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ab6c083

Browse files
#217 Property 'ServerValue' does not exist on type 'typeof'
1 parent d52bfe8 commit ab6c083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ export enum QueryLimitType {
6060
LAST
6161
}
6262

63-
export interface ServerValue {
63+
export enum ServerValue {
6464
/**
6565
* When for instance using setValue you can set a timestamp property to this placeholder value.
6666
* Example:
6767
* updateTs: firebase.ServerValue.TIMESTAMP
6868
*/
69-
TIMESTAMP: any;
69+
TIMESTAMP
7070
}
7171

7272
/**

0 commit comments

Comments
 (0)