Variable BenefitOmitFieldsSchemaConst
BenefitOmitFieldsSchema: ZodObject<
{
description: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...