@makerinc/react-sdk
Preparing search index...
PageMeta
Interface PageMeta
Pagination metadata for paginated API responses Server type: PageMeta.t
interface
PageMeta
{
limit
?:
number
|
null
;
next
?:
string
|
null
;
offset
?:
number
|
null
;
previous
?:
string
|
null
;
}
Index
Properties
limit?
next?
offset?
previous?
Properties
Optional
limit
limit
?:
number
|
null
Optional
next
next
?:
string
|
null
Optional
offset
offset
?:
number
|
null
Optional
previous
previous
?:
string
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
limit
next
offset
previous
@makerinc/react-sdk
Loading...
Pagination metadata for paginated API responses Server type: PageMeta.t