Sdílet prostřednictvím


Paged type

Stránkovaná kolekce položek T

type Paged<T> = { nextLink?: string; value: T[] }