Shopee SDK API Reference - v2.8.0
Preparing search index...
schemas/fetch
FetchResponse
Interface FetchResponse<T>
interface
FetchResponse
<
T
>
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
T
;
result
?:
T
;
[
key
:
string
]:
any
;
}
Type Parameters
T
Indexable
[
key
:
string
]:
any
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
T
Optional
result
result
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
message
request_
id
response
result
Shopee SDK API Reference - v2.8.0
Loading...