fenextjs-interface
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -0,1 +1,2 @@ | ||
import { CountryProps } from "@/CSC"; | ||
export interface PhoneCodeProps { | ||
@@ -5,3 +6,3 @@ img?: string; | ||
code_country?: string; | ||
country_name?: string; | ||
country?: CountryProps; | ||
} | ||
@@ -8,0 +9,0 @@ export interface PhoneProps extends PhoneCodeProps { |
{ | ||
"name": "fenextjs-interface", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
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
27742
668