import { SectionValueModel } from './value.model'; export interface ObjectValues { sectionValues: SectionValueModel[]; }