UNPKG
@the-soliton/elastic
Version:
latest (0.0.1)
0.0.1
Soliton - ElasticSearch
@the-soliton/elastic
/
dist
/
elastic.config.d.ts
8 lines
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
HttpConfig
}
from
"@the-soliton/http"
;
export
declare
class
ElasticConfig
extends
HttpConfig
{
protocol
?:
string
;
host
?:
string
;
port
?:
number
;
constructor
(
props
:
ElasticConfig
); }
//# sourceMappingURL=elastic.config.d.ts.map