import { Field } from '@onepoint-yap/dashboard'; export interface FieldExtended extends Field { attributes: number; }