/** * Elrest eDesign Runtime IPC Typescript Model Access Resource Package * * * @copyright 2024 Elrest Automations Systeme GMBH */ import { ListRequest } from './ListRequest'; import { ListResponse } from './ListResponse'; export { ListRequest, ListResponse, };