@ -40,7 +40,7 @@ export async function getBook(id: number): Promise<DetailedBook> {
export interface DetailedBook {
isbn: string | null;
lccn: string | null;
title: string;
title: string | null;
authors: string | null;
edition: string | null;
publisher: string | null;