接口 APIFeedbackSource

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

继承关系 (查看摘要)

属性

type: "api"
metadata?: KVMap