UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

7 lines (6 loc) 156 B
import { Condition } from './Condition'; export type ObjectUpdateRequest = { conditions: Condition[]; path: string[]; value?: null | string; };