mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
consul: Add near parameter to ServiceOptions
See https://www.consul.io/api/health.html#near-1
This commit is contained in:
Vendored
+1
@@ -625,6 +625,7 @@ declare namespace Consul {
|
||||
dc?: string;
|
||||
tag?: string;
|
||||
passing?: boolean;
|
||||
near?: string;
|
||||
}
|
||||
|
||||
interface StateOptions extends CommonOptions {
|
||||
|
||||
Reference in New Issue
Block a user