philia
Preparing search index...
protocol/milky/type/api
ResponseOK
Interface ResponseOK<T>
interface
ResponseOK
<
T
extends
keyof
IAPI
=
keyof
IAPI
>
{
data
:
IAPI
[
T
]
[
"response"
]
;
retcode
:
0
;
status
:
"ok"
;
}
Type Parameters
T
extends
keyof
IAPI
=
keyof
IAPI
Index
Properties
data
retcode
status
Properties
data
data
:
IAPI
[
T
]
[
"response"
]
retcode
retcode
:
0
status
status
:
"ok"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
retcode
status
philia
Loading...