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,7 +1,7 @@
|
||||
import { IHourlyRateDto, IMembershipDto } from './CommonDtos';
|
||||
|
||||
enum AdminOnlyPagesEnum {
|
||||
PROJECT ='PROJECT',
|
||||
PROJECT = 'PROJECT',
|
||||
TEAM = 'TEAM',
|
||||
REPORTS = 'REPORTS',
|
||||
}
|
||||
@@ -70,7 +70,7 @@ export interface IWorkspaceDto {
|
||||
hourlyRate: IHourlyRateDto;
|
||||
id: string;
|
||||
imageUrl: string;
|
||||
memberships: IMembershipDto[];
|
||||
memberships: IMembershipDto[];
|
||||
name: string;
|
||||
workspaceSettings: IWorkspaceSettingsDto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user