Variable TagOwnSelectFieldsSchemaJsonConst
TagOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
isDefault: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
projects: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...