hr-db
    Preparing search index...

    Variable StateTaxWithholdingOmitFieldsSchemaJsonConst

    StateTaxWithholdingOmitFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        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,
        >,
    > = ...