export type RepeatableOptions = { name: string; endDate?: number; tz?: string; pattern?: string; every?: number; };