X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-webpack-master%2Fsrc%2Fapp%2Fshared%2Fservices%2FaaiService%2FresponseInterfaces%2FgetServiceModelResponseInterface.ts;fp=vid-webpack-master%2Fsrc%2Fapp%2Fservices%2FaaiService%2FresponseInterfaces%2FgetServiceModelResponseInterface.ts;h=016bb0a85c72aa788b38283794d324dc1fc88301;hb=6f900cc45d7dd7f97430812b86b5c1d1693c8ae3;hp=87671155d38f47814b273c601d56f7f8157ff35b;hpb=67d99f816cc583643c35193197594cf78d8ce60a;p=vid.git diff --git a/vid-webpack-master/src/app/services/aaiService/responseInterfaces/getServiceModelResponseInterface.ts b/vid-webpack-master/src/app/shared/services/aaiService/responseInterfaces/getServiceModelResponseInterface.ts similarity index 53% rename from vid-webpack-master/src/app/services/aaiService/responseInterfaces/getServiceModelResponseInterface.ts rename to vid-webpack-master/src/app/shared/services/aaiService/responseInterfaces/getServiceModelResponseInterface.ts index 87671155d..016bb0a85 100644 --- a/vid-webpack-master/src/app/services/aaiService/responseInterfaces/getServiceModelResponseInterface.ts +++ b/vid-webpack-master/src/app/shared/services/aaiService/responseInterfaces/getServiceModelResponseInterface.ts @@ -1,4 +1,4 @@ -import {ServiceModelResponseInterface} from "../../../shared/models/serviceModel"; +import {ServiceModelResponseInterface} from "../../../models/serviceModel"; export interface GetServiceModelResponseInterface { service: ServiceModelResponseInterface