hr-db
    Preparing search index...

    Variable StateTaxWithholdingOwnSelectFieldsSchemaJsonConst

    StateTaxWithholdingOwnSelectFieldsSchemaJson: 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>>;
                taxData: ZodOptional<ZodCoercedBoolean<unknown>>;
                taxDataId: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...