Variable AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsResponseConst
AgentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsResponse: ZodObject<
{
items: ZodOptional<
ZodArray<
ZodObject<
{
agent: ZodOptional<
ZodObject<
{ id: ZodOptional<ZodString>; name: ZodOptional<ZodString> },
$strip,
>,
>;
schedule: ZodOptional<
ZodArray<
ZodObject<
{
absence: ZodDefault<(...)>;
date: ZodOptional<(...)>;
locked: ZodOptional<(...)>;
shift: ZodOptional<(...)>;
},
$strip,
>,
>,
>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...