@kickur/types
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -159,3 +159,5 @@ declare type Date = string; | ||
export interface OfferCancelResponse extends OfferReceivedResponse {} | ||
export interface OfferCancelResponse extends Response { | ||
offer: Offer | ||
} | ||
export interface OfferDeclineResponse extends OfferReceivedResponse {} | ||
@@ -162,0 +164,0 @@ |
{ | ||
"name": "@kickur/types", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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
11437
385