Files
portainer--portainer/app/react/kubernetes/cluster/NodeView/NodeApplicationsDatatable/columns.helper.tsx
T
2026-07-13 12:08:39 +08:00

6 lines
219 B
TypeScript

import { createColumnHelper } from '@tanstack/react-table';
import { Application } from '@/react/kubernetes/applications/ListView/ApplicationsDatatable/types';
export const helper = createColumnHelper<Application>();