OrderKuota-Wrapper - v1.0.9
Preparing search index...
ApiResponse
Interface ApiResponse<T>
Generic API response
interface
ApiResponse
<
T
=
any
>
{
message
?:
string
;
results
?:
T
;
success
?:
boolean
;
[
key
:
string
]:
any
;
}
Type Parameters
T
=
any
Indexable
[
key
:
string
]:
any
Additional data
Index
Properties
message?
results?
success?
Properties
Optional
message
message
?:
string
Response message
Optional
results
results
?:
T
Response data
Optional
success
success
?:
boolean
Success status
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
results
success
OrderKuota-Wrapper - v1.0.9
Loading...
Generic API response