({ item, columnName, historyPushState, resource, refetchResources, showCustomModal, searchQuery, setDestroyTargetId, }: { item: IndexPageListContent
;
columnName: string;
historyPushState?: ((url: string) => void) | undefined;
resource: R;
refetchResources: () => Promise