Paged type
Paged collection of T items
type Paged<T> = { nextLink?: string; value: T[] }
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Paged collection of T items
type Paged<T> = { nextLink?: string; value: T[] }