Interface ClockifyTriggerNodeParameters

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

Properties§

Source§

readonly pollTimes: { item: { mode: string & {} | "everyMinute" }[] }

Source§

readonly watchField?: 0

Source§

readonly workspaceId?: string

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