Variable AgentAbsenceServiceCreateAgentsAbsencesResponseConst
AgentAbsenceServiceCreateAgentsAbsencesResponse: ZodObject<
{
items: ZodOptional<
ZodArray<
ZodObject<
{
absences: ZodOptional<
ZodArray<
ZodObject<
{
absentAt: ZodOptional<(...)>;
createdAt: ZodOptional<(...)>;
createdBy: ZodOptional<(...)>;
domainId: ZodOptional<(...)>;
id: ZodOptional<(...)>;
typeId: ZodDefault<(...)>;
updatedAt: ZodOptional<(...)>;
updatedBy: ZodOptional<(...)>;
},
$strip,
>,
>,
>;
agent: ZodOptional<
ZodObject<
{ id: ZodOptional<ZodString>; name: ZodOptional<ZodString> },
$strip,
>,
>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...