/** * @author Martin Karkowski * @email m.karkowski@zema.de * @create date 2021-08-04 15:30:10 * @modify date 2021-08-04 15:45:57 * @desc [description] */ export { IAvailableInstanceGeneratorsMsg, IAvailableInstancesMsg, IAvailableServicesMsg, IAvailableTopicsMsg, ICallOptions, ICommunicationBridge, ICommunicationInterface, ICommunicationMirror, IEmitter, IExternalEventMsg, IInstanceCreationMsg, IInstanceDescriptionMsg, IInstanceRemovalMsg, INopeDispatcherOptions, IRequestOfService, IRequestTaskMsg, IResponseTaskMsg, ITaskCancelationMsg, ValidEventTypesOfMirror } from "../types/nope/nopeCommunication.interface"; export { Bridge } from "./bridge"; export { getLayer, validLayers } from "./getLayer"; export * as Layers from "./layers/index.nodejs"; export * as Mirrors from "./mirrors/index.nodejs";