@kickur/types
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -330,3 +330,3 @@ declare type Date = string; | ||
interface UserSearchResultUserResponse extends User { | ||
interface UserSearchResultUser extends User { | ||
networks: UserNetworkInfo[]; | ||
@@ -336,3 +336,3 @@ } | ||
interface UserSearchResultResponse extends Response { | ||
users: UserNetworkInfo[]; | ||
users: UserSearchResultUser[]; | ||
} | ||
@@ -339,0 +339,0 @@ |
{ | ||
"name": "@kickur/types", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Kickur's type declarations", | ||
@@ -5,0 +5,0 @@ "main": "", |
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
11685