zentao-api / ApiListResponse
Interface: ApiListResponse
禅道 API 列表响应结构。
Extends
Indexable
[
key:string]:unknown
其他业务字段。
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
message? | unknown | 服务端消息,可能是字符串、对象或数组。 | ApiResponse.message |
pager? | Pager | 原始分页信息。 | - |
status | "success" | "fail" | 服务端返回状态。 | ApiResponse.status |