Partager via


Paged type

Collection paginée d’éléments T

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