@doctadevs/types
Advanced tools
Comparing version 0.0.17 to 0.0.18
export declare type Person = { | ||
id: string; | ||
id?: string; | ||
firstName: string; | ||
@@ -4,0 +4,0 @@ lastName: string; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
export type Person = { | ||
id: string; | ||
id?: string; | ||
firstName: string; | ||
@@ -4,0 +4,0 @@ lastName: string; |
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
16651