Variable UserOwnSelectFieldsSchemaJsonConst
UserOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
assignments: ZodOptional<ZodCoercedBoolean<unknown>>;
changedAssignments: ZodOptional<ZodCoercedBoolean<unknown>>;
changedPoints: ZodOptional<ZodCoercedBoolean<unknown>>;
changedPriorities: ZodOptional<ZodCoercedBoolean<unknown>>;
changedStatuses: ZodOptional<ZodCoercedBoolean<unknown>>;
changedTeams: ZodOptional<ZodCoercedBoolean<unknown>>;
createdComments: ZodOptional<ZodCoercedBoolean<unknown>>;
createdProjects: ZodOptional<ZodCoercedBoolean<unknown>>;
createdSprints: ZodOptional<ZodCoercedBoolean<unknown>>;
createdTasks: ZodOptional<ZodCoercedBoolean<unknown>>;
displayName: ZodOptional<ZodCoercedBoolean<unknown>>;
givenAssignments: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
managedTeams: ZodOptional<ZodCoercedBoolean<unknown>>;
memberships: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
takenAssignments: ZodOptional<ZodCoercedBoolean<unknown>>;
title: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...