@clockentes/types
Advanced tools
Comparing version 0.0.38 to 0.0.39
export interface ApiClockifyTaskData { | ||
name: string; | ||
projectId: string; | ||
assigneeId?: string[]; | ||
assigneeIds?: string[]; | ||
estimate?: string; | ||
status?: string; | ||
} |
{ | ||
"name": "@clockentes/types", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "Clockentes types", | ||
@@ -5,0 +5,0 @@ "private": false, |
export interface ApiClockifyTaskData { | ||
name: string; | ||
projectId: string; | ||
assigneeId?: string[]; | ||
assigneeIds?: string[]; | ||
estimate?: string; | ||
status?: 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
29108