internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaTopCollectionInfoBeta

    Info for top IA collection Gets returned by getTopCollections

    type IaTopCollectionInfo = {
        identifier: string;
        item_count: `${number}`;
        title: string;
    }
    Index

    Properties

    identifier: string
    item_count: `${number}`
    title: string