Interface IQueryResponse<T>

Type Parameters

  • T

Hierarchy

  • IQueryResponse

Properties

meta?: {
    [index: string]: string;
}

Type declaration

  • [index: string]: string
offset?: number
responseStatus?: ResponseStatus
results?: T[]
total?: number

Generated using TypeDoc