interface E2eTestPollingTriggerNodeParameters { pollTimes: { item: { mode: string & {} | "everyMinute" }[]; }; url?: string;}
readonly pollTimes: { ... }
readonly url?: string
GET endpoint to poll. Expected to return JSON of shape { "items": [...] }.
GET endpoint to poll. Expected to return JSON of shape { "items": [...] }.