Skip to main content

SearchResponse

type SearchResponse = {
hasMore: boolean;
isPlanRestricted: boolean;
items: SearchResult[];
nextCursorMark?: string;
};

Properties

hasMore

hasMore: boolean;

isPlanRestricted

isPlanRestricted: boolean;

items

items: SearchResult[];

nextCursorMark?

optional nextCursorMark: string;