New Angular UI from 1806
[vid.git] / vid-webpack-master / src / app / services / aaiService / responseInterfaces / getServiceModelResponseInterface.ts
1 import {ServiceModelResponseInterface} from "../../../shared/models/serviceModel";
2
3 export interface GetServiceModelResponseInterface {
4   service: ServiceModelResponseInterface
5 }