package ru.soune.nocopy.repository; public interface SimilarImageProjection { Long getHash64Hi(); Long getHash64Lo(); String getId(); Long getUserId(); String getOriginalFileName(); Long getFileSize(); }