File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Shared/Components/BulkOperations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717import { ReactNode } from 'react'
1818
1919import { APIOptions , DrawerProps } from '@Common/index'
20- import { SegmentedBarChartProps } from '@Common/SegmentedBarChart'
20+ import { Entity } from '@Common/SegmentedBarChart/types '
2121
2222import { ConfirmationModalProps } from '../ConfirmationModal/types'
2323import { getProgressingStateForStatus } from '../Security'
@@ -64,7 +64,7 @@ export interface OperationResultStoreType {
6464 getResults : (
6565 sortComparator : ( a : BulkOperationResultType , b : BulkOperationResultType ) => number ,
6666 ) => BulkOperationResultWithIdType [ ]
67- getBarChartEntities : ( ) => SegmentedBarChartProps [ 'entities' ]
67+ getBarChartEntities : ( ) => NonNullable < Entity [ ] >
6868 getResultsStatusCount : ( ) => Record < BulkOperationResultType [ 'status' ] , number >
6969 getSize : ( ) => number
7070 updateResultStatus : (
You can’t perform that action at this time.
0 commit comments