mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Minor improvements to Clockify-Node
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import {IHourlyRateDto, IMembershipDto} from "./CommonDtos";
|
||||
import { INodeExecutionData } from "n8n-workflow";
|
||||
import { IHourlyRateDto, IMembershipDto } from './CommonDtos';
|
||||
|
||||
enum EstimateEnum {
|
||||
AUTO = "AUTO",
|
||||
@@ -11,7 +10,7 @@ interface IEstimateDto {
|
||||
type: EstimateEnum;
|
||||
}
|
||||
|
||||
export interface IProjectDto{
|
||||
export interface IProjectDto {
|
||||
archived: boolean;
|
||||
billable: boolean;
|
||||
clientId: string;
|
||||
|
||||
Reference in New Issue
Block a user