kodikwrapper
Preparing search index...
KodikResponseWithPagination
Interface KodikResponseWithPagination<T>
interface
KodikResponseWithPagination
<
T
>
{
next_page
:
Nullable
<
string
>
;
prev_page
:
Nullable
<
string
>
;
results
:
T
;
time
:
string
;
total
:
number
;
}
Type Parameters
T
Hierarchy (
View Summary
)
KodikResponse
<
T
>
KodikResponseWithPagination
Index
Properties
next_
page
prev_
page
results
time
total
Properties
next_
page
next_page
:
Nullable
<
string
>
prev_
page
prev_page
:
Nullable
<
string
>
results
results
:
T
time
time
:
string
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next_
page
prev_
page
results
time
total
kodikwrapper
Loading...