interface SearchBlurb {
    description: string;
    id: number;
    image: string;
    pages: number;
    title: string;
}

Properties

description: string
id: number
image: string
pages: number
title: string