Variable SprintOwnSelectFieldsSchemaJsonConst
SprintOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
createdById: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
project: ZodOptional<ZodCoercedBoolean<unknown>>;
projectId: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...