Variable CompanyIndustryOwnIncludeSchemaJsonConst
CompanyIndustryOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
company: ZodOptional<ZodCoercedBoolean<unknown>>;
industry: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...