package io; public record FileChunkInitReq( String fileName, String identifier, Long totalSize, Long chunkSize ) { }