export interface Movie { id: number; title: string; posterSrc: string; }