Dela via


Paged type

Sidsidig samling med T-objekt

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