re base code
[sdc.git] / catalog-dao / src / main / java / org / openecomp / sdc / be / dao / api / IPropertyDAO.java
  * ============LICENSE_END=========================================================
  */
 
-export class PropertiesResponse {
-    properties: Array<Property>;
-}
+package org.openecomp.sdc.be.dao.api;
+
+public interface IPropertyDAO extends IBasicDAO {
+
+       // Either<PropertyData, Neo4jOperationStatus>
+       // createPropertyData(GraphNeighbourTable graphNeighbourTable);
 
-class Property {
-    name: string
 }