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

Type Parameters

  • Item

Implemented by

Properties

Properties

data: Item[]