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

    Type Alias IaLongViewcounts<T>Beta

    This type represents the return value of the TODO api endpoint

    type IaLongViewcounts<T extends string> = {
        days: string[];
        ids: { [key in T]: IaLongViewCountItem };
    }

    Type Parameters

    • T extends string
    Index

    Properties

    Properties

    days: string[]
    ids: { [key in T]: IaLongViewCountItem }