@ccw-api/api
Preparing search index...
types/api
ApiResponse
Type Alias ApiResponse<T>
type
ApiResponse
<
T
>
=
{
body
:
T
;
code
:
string
;
msg
:
string
;
status
:
number
;
}
Type Parameters
T
Index
Properties
body
code
msg
status
Properties
body
body
:
T
code
code
:
string
msg
msg
:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
code
msg
status
@ccw-api/api
Loading...