@doctadevs/types
Advanced tools
Comparing version 0.0.47 to 0.0.48
@@ -7,2 +7,3 @@ import { CardInstallment } from './card-installment'; | ||
name: string; | ||
issuer: number; | ||
bank: string; | ||
@@ -9,0 +10,0 @@ installments: CardInstallment[]; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -8,2 +8,3 @@ import { CardInstallment } from './card-installment'; | ||
name: string; | ||
issuer: number; | ||
bank: string; | ||
@@ -10,0 +11,0 @@ installments: CardInstallment[]; |
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
31865
753