Skip to main content

Interface: SCPaginatedResponse<T>

types/paginatedResponse.SCPaginatedResponse

SCPaginatedResponse Interface

Type parameters

NameType
T[]

Properties

count

count: number

Defined in

types/paginatedResponse.ts:6


next

next: string

Defined in

types/paginatedResponse.ts:7


previous

previous: string

Defined in

types/paginatedResponse.ts:8


results

results: T[]

Defined in

types/paginatedResponse.ts:9