Skip to content

zentao-api / ApiListResponse

Interface: ApiListResponse

禅道 API 列表响应结构。

Extends

Indexable

[key: string]: unknown

其他业务字段。

Properties

PropertyTypeDescriptionInherited from
message?unknown服务端消息,可能是字符串、对象或数组。ApiResponse.message
pager?Pager原始分页信息。-
status"success" | "fail"服务端返回状态。ApiResponse.status

Released under the MIT License.