Variable SprintOmitFieldsSchemaConst
SprintOmitFieldsSchema: ZodObject<
{
createdById: ZodOptional<ZodCoercedBoolean<unknown>>;
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
projectId: ZodOptional<ZodCoercedBoolean<unknown>>;
slug: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...