mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add period to LibratoConfig for librato-node (#42160)
This commit is contained in:
parent
2982660b41
commit
ea146263f9
1
types/librato-node/index.d.ts
vendored
1
types/librato-node/index.d.ts
vendored
@ -26,6 +26,7 @@ export interface LibratoConfig {
|
||||
prefix?: string;
|
||||
source?: string;
|
||||
requestOptions?: LibratoRequestOptions;
|
||||
period?: number;
|
||||
simulate?: false;
|
||||
}
|
||||
|
||||
|
||||
@ -26,6 +26,7 @@ librato.configure({
|
||||
method: 'POST',
|
||||
uri: 'https://foo.com',
|
||||
},
|
||||
period: 5000,
|
||||
simulate: false,
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user