Variable widgetCalendarContentSchemaConst
widgetCalendarContentSchema: ZodObject<
{
spotId: ZodOptional<ZodNumber>;
view: ZodEnum<["list", "month", "day", "group"]>;
},
"strip",
ZodTypeAny,
{ spotId?: number; view: "group"
| "list"
| "month"
| "day" },
{ spotId?: number; view: "group" | "list" | "month" | "day" },
> = ...