PaginationResult: { items: T[]; totalAmount: number }

Type of a pagination result, consisting of the items from the current page and the total amount of items.

Type Parameters

  • T

Type declaration

  • items: T[]

    The items of the current page.

  • totalAmount: number

    The total amount of items.