mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
consul: Add near parameter to ServiceOptions
See https://www.consul.io/api/health.html#near-1
This commit is contained in:
parent
34eef1c816
commit
48b3105d66
1
types/consul/index.d.ts
vendored
1
types/consul/index.d.ts
vendored
@ -625,6 +625,7 @@ declare namespace Consul {
|
||||
dc?: string;
|
||||
tag?: string;
|
||||
passing?: boolean;
|
||||
near?: string;
|
||||
}
|
||||
|
||||
interface StateOptions extends CommonOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user