@nospamproxy/core
    Preparing search index...

    Interface DataChunk<T>

    interface DataChunk<T> {
        hasNextPage?: boolean;
        value: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    hasNextPage?: boolean
    value: T[]