Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Type Alias PageResult<T>

    type PageResult<T> = {
        data: T[];
        hasNextPage: boolean;
        nextPage: () => ApiListPromise<T>;
        nextPageValue: string;
    }

    Type Parameters

    • T
    Index

    Properties

    data: T[]
    hasNextPage: boolean
    nextPage: () => ApiListPromise<T>
    nextPageValue: string