Type alias PayloadHot

PayloadHot: {
    attributes: {
        termsofuse: string;
    };
    items: {
        id: string;
        name: string;
        rank: string;
        thumbnail: string;
        yearPublished?: string;
    }[];
}

Type declaration

  • attributes: {
        termsofuse: string;
    }
    • termsofuse: string
  • items: {
        id: string;
        name: string;
        rank: string;
        thumbnail: string;
        yearPublished?: string;
    }[]