Variable UnitIncludeSchemaConst
UnitIncludeSchema: ZodObject<
{
attributes: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<ZodEnum<{ attributeId: ...; id: ...; unitId: ... }>>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<{ attributeId: ...; id: ...; unitId: ... }, $strip>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...