videosphere
Preparing search index...
types
ApiResponse
Interface ApiResponse<T>
Standard API response wrapper. Use this pattern to keep your API responses consistent.
interface
ApiResponse
<
T
>
{
data
:
T
;
message
?:
string
;
}
Type Parameters
T
Index
Properties
data
message?
Properties
data
data
:
T
Optional
message
message
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
message
videosphere
Loading...
Standard API response wrapper. Use this pattern to keep your API responses consistent.