Interface ResultSetResponse<T>

Type Parameters

  • T

Hierarchy

  • ResultSetResponse

Properties

Properties

metadata: {
    count: number;
}

Type declaration

  • count: number
results: T[]
self: string

Generated using TypeDoc