@likecoin/epub-ts
    Preparing search index...

    Interface PageListItem

    interface PageListItem {
        cfi?: string;
        href: string;
        packageUrl?: string;
        page: number;
    }
    Index

    Properties

    cfi?: string
    href: string
    packageUrl?: string
    page: number