export default interface EntityDeclarationInterface { id?: string; name: string; }