package com.wilzwert.myjobs.core.domain.model; /** * @author Wilhelm Zwertvaegher */ public record AttachmentFileInfo(String fileId, String url) { }