blob: 6eda403a616290eab2226693bc2d308e3d8c5074 [file] [log] [blame]
import {Level1Instance} from "./level1Instance";
export class VnfMember extends Level1Instance{
serviceInstanceName: string;
serviceInstanceId: string;
tenantName: string;
constructor(){
super();
}
}