fenextjs-interface
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,4 @@ import { PhoneProps } from "@/Phone"; | ||
name: string; | ||
phone: PhoneProps; | ||
token: string; | ||
phone?: PhoneProps; | ||
email: string; | ||
@@ -9,0 +10,0 @@ status: UserStatusProps; |
@@ -6,3 +6,4 @@ import { PhoneProps } from "@/Phone"; | ||
name: string; | ||
phone: PhoneProps; | ||
token: string; | ||
phone?: PhoneProps; | ||
email: string; | ||
@@ -9,0 +10,0 @@ status: UserStatusProps; |
{ | ||
"name": "fenextjs-interface", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
3605
47