tenor-client
    Preparing search index...

    Interface TenorSearchAPIResponse

    interface TenorSearchAPIResponse {
        next: string;
        results: TenorResponseObject[];
    }
    Index

    Properties

    Properties

    next: string

    A position identifier to use with the next API query, through the position field, to retrieve the next set of results. If there are no further results, next returns an empty string.