import { createColumnHelper } from '@tanstack/react-table'; import { NodeApplication } from './types'; export const helper = createColumnHelper();