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

    Interface PaginatedApiProperties

    interface PaginatedApiProperties {
        apiName: string;
        dataKey: string;
        operationId: string;
        pagination: PaginationEnum;
    }
    Index

    Properties

    apiName: string

    Name of the API - for logging purposes

    dataKey: string

    Name of the property holding the array of paginated data

    operationId: string

    Operation identifier - for logging purposes

    pagination: PaginationEnum

    Type of pagination: can be TOKEN or PAGE