@types/twit
Advanced tools
Comparing version 2.2.34 to 2.2.35
@@ -237,6 +237,6 @@ /// <reference types="node" /> | ||
export interface Errors { | ||
errors: { | ||
errors: Array<{ | ||
code: number; | ||
message: string; | ||
}[]; | ||
}>; | ||
} | ||
@@ -243,0 +243,0 @@ |
{ | ||
"name": "@types/twit", | ||
"version": "2.2.34", | ||
"version": "2.2.35", | ||
"description": "TypeScript definitions for twit", | ||
@@ -61,4 +61,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twit", | ||
}, | ||
"typesPublisherContentHash": "967d721a3f0343c8961a0b6dfa2632e288f20993fc1192482a1d0b07c505350d", | ||
"typesPublisherContentHash": "2f22d9f8d280ff03099a492b3245f2398a081845a37f75eae5393dc9a8bfe12d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19133