import { Condition } from './Condition'; export type ObjectUpdateRequest = { conditions: Condition[]; path: string[]; value?: null | string; };