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

    Type Alias IaScrapeSearchResult<Fields>Beta

    type IaScrapeSearchResult<Fields extends string> = {
        count: number;
        cursor?: string;
        items: IaSearchResultMetaItem<Fields>[];
        total: number;
    }

    Type Parameters

    • Fields extends string
    Index

    Properties

    count: number
    cursor?: string
    total: number