import { CategoryOptions } from '.'; export interface BuildLoopState { allOptions: CategoryOptions[]; op: 'or' | 'and' | null; comparison: string | null; field: string | null; }