import { OEPAAddress, OEPAContact } from 'oepa-common-lib'; export interface ValidationDemoObject { name?: string; date?: Date; description?: string; address?: OEPAAddress; contact?: OEPAContact; }