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

    Interface LocationsEvents

    Find Locations for a Book

    interface LocationsEvents {
        changed: [{ percentage: number }];
        [key: string]: any[];
    }

    Hierarchy

    • Record<string, any[]>
      • LocationsEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    changed: [{ percentage: number }]