SchedulingOptionsSchema
constSchedulingOptionsSchema:ZodObject<{retryCount:ZodDefault<ZodOptional<ZodNumber>>;scheduledAt:ZodDate;timezone:ZodOptional<ZodString>; },$strip>
Defined in: packages/messaging/src/types/message.types.ts:230