export interface ISimilar {
    id?: string;
    title?: string;
    imageURL?: string;
}
