import { EntityAttribute } from './EntityAttribute'; export interface EntitySyncModel { EntityName?: string; Route?: string; Attributes?: EntityAttribute[]; }