EntitiesResponse type

Represents the result of list operation on entities which also contains the continuationToken to start iterating over from.

type EntitiesResponse<T> = WithResponse<T[]> &
  Pick<PageSettings, "continuationToken">