Interface ClockifyTriggerNodeParameters

Source
interface ClockifyTriggerNodeParameters {
    pollTimes: {
        item: { mode: string & {} | "everyMinute" }[];
    };
    watchField?: 0;
    workspaceId?: string;
}

Properties§

§readonly pollTimes: { ... }
§readonly watchField?: 0
§readonly workspaceId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"listWorkspaces"}