interface CursorPageResponse<Item> {
    data: Item[];
    has_more: boolean;
}

Type Parameters

  • Item

Implemented by

Properties

Properties

data: Item[]
has_more: boolean