Variable TaskTagOwnSelectFieldsSchemaJsonConst
TaskTagOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
tag: ZodOptional<ZodCoercedBoolean<unknown>>;
tagId: ZodOptional<ZodCoercedBoolean<unknown>>;
task: ZodOptional<ZodCoercedBoolean<unknown>>;
taskId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...