TypedRest for TypeScript - v0.5.0
    Preparing search index...

    Class PartialResponse<TEntity>

    Represents a subset of a set of elements.

    Type Parameters

    • TEntity

      The type of element the response contains.

    Index
    elements: TEntity[]

    The returned elements.

    The range the elements come from.