import { ValueType } from '../../../shared-form/enums'; export interface TemplateFieldSimpleModel { c: string; vt: ValueType; s: string; }