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

    Type Alias IaShortViewCountItemBeta

    This type represents an entry in the IaShortViewCountItem type

    type IaShortViewCountItem = {
        all_time: number;
        have_data: boolean;
        last_30day: number;
        last_7day: number;
    }
    Index

    Properties

    all_time: number
    have_data: boolean
    last_30day: number
    last_7day: number