Preparing search index...
The search index is not available
studio-helper
studio-helper
ApiResponse
Interface ApiResponse<T>
Represents an API response with a generic result type.
interface
ApiResponse
<
T
>
{
code
:
number
;
result
:
T
;
status
:
"ok"
|
"error"
;
}
Type Parameters
T
Index
Properties
code
result
status
Properties
code
code
:
number
result
result
:
T
status
status
:
"ok"
|
"error"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
result
status
studio-helper
Loading...
Represents an API response with a generic result type.