Preparing search index...
The search index is not available
@amirsavand/ngx-common - v4.2.0
@amirsavand/ngx-common
ApiResponse
Interface ApiResponse<T>
Typical API list response from DRF API when it has pagination.
interface
ApiResponse
<
T
>
{
count
:
number
;
next
:
null
|
string
;
previous
:
null
|
string
;
results
:
T
[]
;
}
Type Parameters
T
Index
Properties
count
next
previous
results
Properties
count
count
:
number
next
next
:
null
|
string
previous
previous
:
null
|
string
results
results
:
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
next
previous
results
@amirsavand/ngx-common - v4.2.0
Loading...
Typical API list response from DRF API when it has pagination.