PaginatedList
PaginatedList<
T> =object
Defined in: src/schemas/pagination.schema.ts:114
Helper to create paginated response type.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”has_more
Section titled “has_more”has_more:
boolean
Defined in: src/schemas/pagination.schema.ts:118
next_cursor
Section titled “next_cursor”next_cursor:
string|null
Defined in: src/schemas/pagination.schema.ts:117
object
Section titled “object”object:
"list"
Defined in: src/schemas/pagination.schema.ts:115
request_status?
Section titled “request_status?”
optionalrequest_status?:RequestStatus
Defined in: src/schemas/pagination.schema.ts:120
results
Section titled “results”results:
T[]
Defined in: src/schemas/pagination.schema.ts:116
type:
PaginatedListType
Defined in: src/schemas/pagination.schema.ts:119