UNPKG
@configurator/ravendb
Version:
latest (5.4.8)
5.4.8
5.4.7
5.4.6
5.4.5
5.4.4
5.4.3
4.0.0-rc4
RavenDB client for Node.js
ravendb.net
ravendb/ravendb-nodejs-client
@configurator/ravendb
/
dist
/
Documents
/
Indexes
/
Counters
/
CountersIndexDefinition.d.ts
6 lines
(5 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IndexDefinition
}
from
"../IndexDefinition"
;
import
{
IndexSourceType
}
from
"../IndexSourceType"
;
export
declare
class
CountersIndexDefinition
extends
IndexDefinition
{
get
sourceType
():
IndexSourceType
; }