@kickur/types
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -24,3 +24,3 @@ declare type Date = string; | ||
paymentProviderId: Id; | ||
job: string; | ||
job?: UserJob; | ||
password: string; | ||
@@ -204,5 +204,5 @@ groupId: Id; | ||
feedbacks: UserProfileFeedback[]; | ||
jobs: UserJob[]; | ||
job?: UserJob; | ||
interests: UserInterest[]; | ||
rating: string | undefined; | ||
rating?: string; | ||
} | ||
@@ -209,0 +209,0 @@ |
{ | ||
"name": "@kickur/types", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Kickur's type declarations", | ||
@@ -5,0 +5,0 @@ "main": "", |
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
11426