src/models/devicemanager/device-manager-ref.ts
Reference to a device manager (Node), typicall on the Domain model
import { ResourceRef } from '../resource/index';
/**
* Reference to a device manager (Node), typicall on the Domain model
*/
export class DeviceManagerRef extends ResourceRef {}