Variable StateTaxWithholdingOmitFieldsSchemaConst
StateTaxWithholdingOmitFieldsSchema: ZodObject<
{
allowances: ZodOptional<ZodCoercedBoolean<unknown>>;
extraWithholding: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
stateCode: ZodOptional<ZodCoercedBoolean<unknown>>;
stateStatus: ZodOptional<ZodCoercedBoolean<unknown>>;
taxDataId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...