Variable DepartmentIncludeSchemaConst
DepartmentIncludeSchema: ZodObject<
{
departments: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ id: ...; isActive: ...; name: ...; parentId: ...; slug: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ id: ...; isActive: ...; name: ...; parentId: ...; slug: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
parent: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ id: ...; isActive: ...; name: ...; parentId: ...; slug: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ id: ...; isActive: ...; name: ...; parentId: ...; slug: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
titles: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
departmentId: ...;
description: ...;
id: ...;
isActive: ...;
name: ...;
slug: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
departmentId: ...;
description: ...;
id: ...;
isActive: ...;
name: ...;
slug: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...