Searched refs:anyTriggerType (Results 1 – 3 of 3) sorted by relevance
205 const anyTriggerType = trigger;207 if (!(component in anyTriggerType)) {210 if (typeof anyTriggerType[component] !== 'number') {215 const { month } = anyTriggerType;222 const { day, month } = anyTriggerType;230 const { weekday } = anyTriggerType;237 const { hour } = anyTriggerType;244 const { minute } = anyTriggerType;
1 …anyTriggerType = trigger as any;\n components.forEach((component) => {\n if (!(component in an…
273 const anyTriggerType = trigger as any; constant275 if (!(component in anyTriggerType)) {278 if (typeof anyTriggerType[component] !== 'number') {283 const { month } = anyTriggerType;290 const { day, month } = anyTriggerType;300 const { weekday } = anyTriggerType;309 const { hour } = anyTriggerType;316 const { minute } = anyTriggerType;