@apidog/vk-typings
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Typings for VK API objects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
export interface IPeer { | ||
id: number; | ||
type: 'user' | 'chat' | 'group' | 'email'; | ||
type: 'user' | 'chat' | 'group' | 'email' | 'contact'; | ||
local_id: number; | ||
} |
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
78869