Preparing search index...
The search index is not available
@basaldev/blocks-catalog-service - v5.2.5
@basaldev/blocks-catalog-service
defaultAdapter
ListResponse
Interface ListResponse<T>
interface
ListResponse
<
T
>
{
count
:
number
;
limit
?:
number
;
nextToken
?:
string
;
previousToken
?:
string
;
result
:
T
[]
;
total
:
number
;
}
Type Parameters
T
Index
Properties
count
limit?
next
Token?
previous
Token?
result
total
Properties
count
count
:
number
Optional
limit
limit
?:
number
Optional
next
Token
next
Token
?:
string
Optional
previous
Token
previous
Token
?:
string
result
result
:
T
[]
total
total
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
count
limit
next
Token
previous
Token
result
total
@basaldev/blocks-catalog-service - v5.2.5
defaultAdapter
AttributeAdapter
CatalogAdapter
CatalogBaseAdapter
CatalogCategoryAdapter
CatalogLocationAdapter
CatalogProductVariant
CatalogRailwayAdapter
CatalogAppConfig
ServiceOpts
createNodeblocksCatalogApp
Generated using
TypeDoc