Interface GetResponse<EntityType>

The response of the {@see AbstractDataSource.get()} method

Type Parameters

Hierarchy

  • GetResponse

Properties

Properties

list: EntityType[]

The list of entities in the order they were requested

notFound?: string[]

If an ID is not found on the server it will be in this list

state?: string

The state of the server

Generated using TypeDoc