import { SituationDto } from "./situation-dto.model"; export class DeviceEventDto extends SituationDto { };