Variable SprintOwnIncludeSchemaJsonConst
SprintOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
project: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...