UNPKG
@tdi-mc/elastic
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
TDI MC - ElasticSearch
github.com/METACREW-Dev/tdi-mc-core.git
METACREW-Dev/tdi-mc-core
@tdi-mc/elastic
/
dist
/
elastic.config.d.ts
8 lines
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
HttpConfig
}
from
'@tdi-mc/http'
;
export
declare
class
ElasticConfig
extends
HttpConfig
{
protocol
?:
string
;
host
?:
string
;
port
?:
number
;
constructor
(
props
:
ElasticConfig
); }
//# sourceMappingURL=elastic.config.d.ts.map