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

    Interface BookEvents

    interface BookEvents {
        openFailed: [Error];
        [key: string]: any[];
    }

    Hierarchy

    • Record<string, any[]>
      • BookEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    openFailed: [Error]