EntitiesResponse type
Rappresenta il risultato dell'operazione di elenco sulle entità che contiene anche l'oggetto da cui avviare l'iterazione continuationToken
.
type EntitiesResponse<T> = WithResponse<T[]> &
Pick<PageSettings, "continuationToken">