Magpie HTML - v0.1.3
    Preparing search index...

    Interface OpenGraphBook

    OpenGraph book metadata.

    interface OpenGraphBook {
        authors?: string[];
        isbn?: string;
        releaseDate?: string;
        tags?: string[];
    }
    Index

    Properties

    authors?: string[]

    Book authors

    isbn?: string

    ISBN number

    releaseDate?: string

    Release date

    tags?: string[]

    Book tags