Package version:

Type alias EntitiesResponse<T>

EntitiesResponse<T>: WithResponse<T[]> & Pick<delay, "continuationToken">

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

Type Parameters

  • T extends object

Generated using TypeDoc