مشاركة عبر


Paged type

مجموعة صفحات من عناصر T

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