export interface BookInfo { title: string; releaseYear: number; author: string; }