1 import type { LinkState } from '@proton/shared/lib/interfaces/drive/link';
3 export interface Photo {
6 MainPhotoLinkID: string | null;
9 ContentHash: string | null;
10 RelatedPhotosLinkIDs?: string[] | null;
13 export interface DuplicatePhotosHash {