@doctadevs/types
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -6,3 +6,4 @@ export declare type CardInstallment = { | ||
label: string; | ||
labelWithPrice: string; | ||
value: number; | ||
}; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -6,3 +6,4 @@ export type CardInstallment = { | ||
label: string; | ||
labelWithPrice: string; | ||
value: 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
28832
691