Partilhar via


Paged type

Coleção paginada de itens T

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