mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Adding the base_url option to the Factory.Options interface of the connect-datadog type definition. (#36180)
This commit is contained in:
@@ -8,6 +8,7 @@ const middleware = connectDD({});
|
||||
const middleware2 = connectDD({
|
||||
stat: 'foo',
|
||||
path: true,
|
||||
base_url: true,
|
||||
method: true,
|
||||
protocol: true,
|
||||
response_code: true,
|
||||
|
||||
2
types/connect-datadog/index.d.ts
vendored
2
types/connect-datadog/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: https://github.com/datadog/node-connect-datadog
|
||||
// Definitions by: Moshe Good <https://github.com/moshegood>
|
||||
// Michael Mifsud <https://github.com/xzyfer>
|
||||
// Lewis Vail <https://github.com/lewisvail3>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
@@ -17,6 +18,7 @@ declare namespace Factory {
|
||||
stat?: string;
|
||||
tags?: string[];
|
||||
path?: boolean;
|
||||
base_url?: boolean;
|
||||
method?: boolean;
|
||||
protocol?: boolean;
|
||||
response_code?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user