外观
ApiResponseType
约 132 字小于 1 分钟
2025-08-01
@candriajs/git-neko-kit / ApiResponseType
接口: ApiResponseType<D>
定义于: types/base/response.ts:24
API响应类型
继承
Omit
<ResponseType
<D
>,"headers"
>
类型参数
D
D
= any
属性
data
data:
D
定义于: types/base/response.ts:20
继承自
Omit.data
msg
msg:
string
定义于: types/base/response.ts:19
继承自
Omit.msg
status
status:
"ok"
|"error"
定义于: types/base/response.ts:25
statusCode
statusCode:
number
定义于: types/base/response.ts:17
继承自
Omit.statusCode
success
success:
boolean
定义于: types/base/response.ts:16
继承自
Omit.success