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,4 +1,4 @@
|
||||
import {ITimeIntervalDto} from "./CommonDtos";
|
||||
import { ITimeIntervalDto } from './CommonDtos';
|
||||
|
||||
interface ITimeEntriesDurationRequest {
|
||||
start: string;
|
||||
@@ -18,7 +18,7 @@ export interface ITimeEntryRequest {
|
||||
timeInterval: ITimeEntriesDurationRequest;
|
||||
workspaceId: string;
|
||||
isLocked: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface ITimeEntryDto {
|
||||
billable: boolean;
|
||||
@@ -32,4 +32,3 @@ export interface ITimeEntryDto {
|
||||
userId: string;
|
||||
workspaceId: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user