learn-content-engine - v0.13.1
    Preparing search index...

    Interface ContentSetBook

    A set's manifest-level book block. Mirrors the manifest sets[].book shape.

    interface ContentSetBook {
        asin?: string | null;
        author?: string | null;
        title: string;
        url?: string | null;
    }
    Index
    asin?: string | null
    author?: string | null
    title: string
    url?: string | null