Paged type
Paged collection of T items
type Paged<T> = { nextLink?: string; value: T[] }
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Paged collection of T items
type Paged<T> = { nextLink?: string; value: T[] }