Variable PriorityHistoryIncludeSchemaConst
PriorityHistoryIncludeSchema: ZodObject<
{
createdBy: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
newPriority: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ description: ...; id: ...; isDefault: ...; name: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ description: ...; id: ...; isDefault: ...; name: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
oldPriority: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ description: ...; id: ...; isDefault: ...; name: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ description: ...; id: ...; isDefault: ...; name: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
project: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdById: ...;
description: ...;
dueDate: ...;
endDate: ...;
id: ...;
name: ...;
parentId: ...;
slug: ...;
startDate: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdById: ...;
description: ...;
dueDate: ...;
endDate: ...;
id: ...;
name: ...;
parentId: ...;
slug: ...;
startDate: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
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,
>,
],
>,
>;
},
$strip,
> = ...