接口 APIFeedbackSource

interface APIFeedbackSource {
    type: "api";
    metadata?: KVMap;
}

层级结构 (查看摘要)

属性

type: "api"
metadata?: KVMap