Variable TaskCategorySelectFieldsSchemaConst
TaskCategorySelectFieldsSchema: ZodObject<
{
category: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
description: ...;
id: ...;
isDefault: ...;
name: ...;
parentId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
description: ...;
id: ...;
isDefault: ...;
name: ...;
parentId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: ...;
createdById: ...;
description: ...;
due: ...;
id: ...;
parentId: ...;
pointId: ...;
priorityId: ...;
resolvedAt: ...;
slug: ...;
sprintId: ...;
statusId: ...;
title: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ...;
createdById: ...;
description: ...;
due: ...;
id: ...;
parentId: ...;
pointId: ...;
priorityId: ...;
resolvedAt: ...;
slug: ...;
sprintId: ...;
statusId: ...;
title: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
taskId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...