export interface ISearch {
    id?: string;
    title?: string;
    poster?: string;
}
