import { TrainContent, TrainSituation } from "@prisma/client"; export type trainSituationDto = TrainSituation & { trainContent: TrainContent }