Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginatedResponse<T>

Response type from the balldontlie API. Meta contains pagination information for APIs that return lists of data.

export
interface

PaginatedResponse

template

T

Type parameters

  • T

Hierarchy

  • PaginatedResponse

Index

Properties

Properties

data

data: T

meta

meta: Meta

Generated using TypeDoc