interface FictionBlurb {
    id: number;
    image: string;
    tags: string[];
    title: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: number
image: string
tags: string[]
title: string
type: string