Schedule specification — extends Temporal SDK's ScheduleSpec from
@temporalio/client. Defines when actions should be taken (calendars,
intervals, cron expressions, timezone, jitter, etc.).
intervals[].every, intervals[].offset, and jitter are typed loosely
as Duration | string | number so prior user code using plain strings still
compiles. timezones?: string[] is retained as a deprecated alias for
timezone.
Schedule specification — extends Temporal SDK's
ScheduleSpecfrom@temporalio/client. Defines when actions should be taken (calendars, intervals, cron expressions, timezone, jitter, etc.).intervals[].every,intervals[].offset, andjitterare typed loosely asDuration | string | numberso prior user code using plain strings still compiles.timezones?: string[]is retained as a deprecated alias fortimezone.