Documentation / @super-line/plugin-queue / queueScheduleSchema
Variable: queueScheduleSchema
constqueueScheduleSchema:ZodObject<{createdAt:ZodNumber;cron:ZodString;enabled:ZodBoolean;id:ZodString;input:ZodUnknown;lastJobId:ZodOptional<ZodString>;lastScheduledAt:ZodOptional<ZodNumber>;maxCatchUp:ZodOptional<ZodNumber>;misfirePolicy:ZodEnum<{all:"all";latest:"latest";skip:"skip"; }>;nextRunAt:ZodNumber;overlapPolicy:ZodEnum<{allow:"allow";skip:"skip"; }>;queue:ZodString;revision:ZodNumber;timezone:ZodString;updatedAt:ZodNumber; },$strip>
Defined in: packages/plugin-queue/src/index.ts:86