vk-io
    Preparing search index...

    Interface MarketSearchBasicResponse

    interface MarketSearchBasicResponse {
        count: number;
        has_more: number | boolean;
        items: MarketMarketItemBasicWithGroup[];
        total: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    count: number

    Current chunk size

    has_more: number | boolean

    Next chunk present

    total: number

    Total size