@clepsydre/types
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -6,4 +6,7 @@ export interface TimeEntryData { | ||
worked: boolean; | ||
reason?: string; | ||
reason?: { | ||
activityNumber: string; | ||
label: string; | ||
}; | ||
missionId: string; | ||
} |
{ | ||
"name": "@clepsydre/types", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Clepsydre types", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -6,4 +6,7 @@ export interface TimeEntryData { | ||
worked: boolean; | ||
reason?: string; | ||
reason?: { | ||
activityNumber: string, | ||
label: string, | ||
}; | ||
missionId: 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
6455
228