import { CellFilterEntry } from 'types';

export type CellFilterState = CellFilterEntry[];

export const cellFilterInitialState: CellFilterState = [];
