victor-dev-toolbox
Advanced tools
Comparing version 1.1.30 to 1.1.31
@@ -377,2 +377,3 @@ interface CountryInterface { | ||
dateOfBirth?: string; | ||
gender?: string; | ||
} | ||
@@ -379,0 +380,0 @@ |
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.1.30", | ||
"version": "1.1.31", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -26,2 +26,3 @@ // import { AddressInterface } from "../locations/addres.interface"; | ||
dateOfBirth?: string; | ||
gender?: string; | ||
// socialMedia?: SocialMediaInterface, | ||
@@ -28,0 +29,0 @@ // address?: AddressInterface, |
Sorry, the diff of this file is not supported yet
295946
4489