Minor improvements to Clockify-Node

This commit is contained in:
Jan Oberhauser
2020-10-04 16:32:12 +02:00
parent 3a73493aeb
commit a25229ace9
8 changed files with 30 additions and 39 deletions

View File

@@ -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;