import { ObjectValues } from './object-values.model'; export interface ObjectValuesDto { value: ObjectValues; isDraft: boolean; }