Preparing search index...
The search index is not available
strapi-rest
strapi-rest
RequestResponse
Interface RequestResponse<T>
interface
RequestResponse
<
T
>
{
data
:
Record
<
string
,
unknown
>
|
T
|
Record
<
string
,
unknown
>
[]
;
error
?:
StrapiError
;
meta
:
Record
<
string
,
unknown
>
;
}
Type Parameters
T
Index
Properties
data
error?
meta
Properties
data
data
:
Record
<
string
,
unknown
>
|
T
|
Record
<
string
,
unknown
>
[]
Optional
error
error
?:
StrapiError
meta
meta
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
error
meta
strapi-rest
CreateEntryOptions
DeleteEntryOptions
Entry
Filters
GetEntriesOptions
GetEntryOptions
Pagination
Parameters
RequestOptions
RequestResponse
StrapiError
UpdateEntryOptions
createEntry
deleteEntry
getEntries
getEntry
request
updateEntry
Generated using
TypeDoc